mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-05 05:03:23 +00:00
fix: remove extra newline on exit
This commit is contained in:
parent
6271a7fc18
commit
37610ad8b0
1
main.go
1
main.go
@ -175,7 +175,6 @@ input:
|
||||
|
||||
if err == io.EOF {
|
||||
// Exit if user presses ^D (ctrl + d)
|
||||
fmt.Println("")
|
||||
break
|
||||
}
|
||||
if err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user