Skip to content

Commit

Permalink
print newline after create command
Browse files Browse the repository at this point in the history
  • Loading branch information
acburdine authored Jun 21, 2016
1 parent 2f42d6d commit 599d698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashing.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func create(c *cli.Context) {
fmt.Errorf("Could not initialize JSON file: %s", err)
os.Exit(1)
}
fmt.Printf("You may now edit %s", f)
fmt.Printf("You may now edit %s\n", f)

}

Expand Down

0 comments on commit 599d698

Please sign in to comment.