From 72b43a57a1c33da69364d5e2399cb1b0f5b4092b Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 1 Nov 2016 19:21:36 -0700 Subject: [PATCH] listener: minor formatting. --- basis/listener/listener.factor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/basis/listener/listener.factor b/basis/listener/listener.factor index ea7d007517..d1cea41e28 100644 --- a/basis/listener/listener.factor +++ b/basis/listener/listener.factor @@ -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 ] [ -- 2.34.1