]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/prettyprint/prettyprint.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / prettyprint / prettyprint.factor
index 99913a803abaaa5788df469c15b6c38743759458..718de7e84c38174525ce4f0e5cf8bebf1607d798 100644 (file)
@@ -73,7 +73,7 @@ SYMBOL: ->
 
 : remove-breakpoints ( quot pos -- quot' )
     over quotation? [
-        1+ cut [ (remove-breakpoints) ] bi@
+        1 + cut [ (remove-breakpoints) ] bi@
         [ -> ] glue 
     ] [
         drop
@@ -109,4 +109,4 @@ SYMBOL: pprint-string-cells?
                 ] each
             ] with-row
         ] each
-    ] tabular-output nl ;
\ No newline at end of file
+    ] tabular-output nl ;