From 955fdfb79f165bab521cf4f4e0e18613fd1f085b Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:58:02 +0000 Subject: fmt:source tree --- repl/repl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repl') 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 } -- cgit v1.2.3