]> gitweb.factorcode.org Git - factor.git/commitdiff
vocabs.prettyprint: minor aesthetics
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 25 Jan 2023 14:40:27 +0000 (06:40 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 25 Jan 2023 14:40:27 +0000 (06:40 -0800)
basis/vocabs/prettyprint/prettyprint.factor

index ccf4012f76ad4eba06a99adb36b29e0962d35963..f92a4b1bac25dd0746dd1ae1aed4a6fcb0099dfd 100644 (file)
@@ -97,7 +97,6 @@ CONSTANT: manifest-style H{
             "at the top of the source file:" print nl
         ] with-style
         manifest-style [ manifest get pprint-manifest ] with-nesting
-        nl nl
+        nl nl flush
     ] with-output>error
-    error-stream get stream-flush
 ] print-use-hook set-global