]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/listener/listener.factor
listener: minor formatting.
[factor.git] / basis / listener / listener.factor
index ea7d0075179fcedb71b7794019e68cc101ec73c6..d1cea41e28212c95b1b4b4b2a974da8731a9b7cf 100644 (file)
@@ -37,8 +37,7 @@ SYMBOL: handle-ctrl-break
     [ disable-ctrl-break ] [ ] cleanup ; inline
 
 : parse-lines-interactive ( lines -- quot/f )
-    [ [ parse-lines ] with-ctrl-break
-    ] with-compilation-unit ;
+    [ [ parse-lines ] with-ctrl-break ] with-compilation-unit ;
 
 : read-quot-step ( lines -- quot/f )
     [ parse-lines-interactive ] [