From d801187d463592bf315a1fb436016c73dcd64e7e Mon Sep 17 00:00:00 2001 From: d_m Date: Sun, 3 Dec 2023 22:14:41 -0500 Subject: [PATCH] fix formatting --- test/ispell.tal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ispell.tal b/test/ispell.tal index 688d491..9b695c0 100644 --- a/test/ispell.tal +++ b/test/ispell.tal @@ -50,7 +50,7 @@ BRK @on-console-init ( -- BRK ) - .Console/stdin DEI #0a EQU ?{ BRK } ( ; skip ispell's one line banner ) + .Console/stdin DEI #0a EQU ?{ BRK } ( ; skip ispell's one line banner ) #01 .ready STZ ( ; after newline we are ready ) LIT "> print BRK ( ; print simple prompt and return )