1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

add newspace

This commit is contained in:
Zack Scholl 2018-07-06 06:20:21 -07:00
parent 0c920a27ab
commit 085550c94b

View file

@ -144,7 +144,7 @@ func main() {
err := app.Run(os.Args) err := app.Run(os.Args)
if err != nil { if err != nil {
fmt.Printf("error: %s", err.Error()) fmt.Printf("\nerror: %s", err.Error())
} }
} }