add newspace

This commit is contained in:
Zack Scholl 2018-07-06 06:20:21 -07:00
parent 0c920a27ab
commit 085550c94b
1 changed files with 1 additions and 1 deletions

View File

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