aboutsummaryrefslogtreecommitdiff
path: root/repl/repl.go
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-11-03 12:58:02 +0000
committerBobby <[email protected]>2023-11-03 12:58:02 +0000
commit955fdfb79f165bab521cf4f4e0e18613fd1f085b (patch)
tree9bd3474cfa7f5552f5df8a4f0fe47095261ebc49 /repl/repl.go
parent895fd381cc3867bb362f1abf19ffc26c41cbdbe7 (diff)
downloadmana-955fdfb79f165bab521cf4f4e0e18613fd1f085b.tar.xz
mana-955fdfb79f165bab521cf4f4e0e18613fd1f085b.zip
fmt:source tree
Diffstat (limited to 'repl/repl.go')
-rw-r--r--repl/repl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repl/repl.go b/repl/repl.go
index 0002a89..04bff57 100644
--- a/repl/repl.go
+++ b/repl/repl.go
@@ -17,7 +17,7 @@ func Start(in io.Reader, out io.Writer) {
for {
fmt.Fprint(out, PROMPT)
var scanned bool = scanner.Scan()
-
+
if !scanned {
return
}