Skip to content

Commit

Permalink
newline for version string
Browse files Browse the repository at this point in the history
  • Loading branch information
syntaqx committed Jan 15, 2019
1 parent 37dd315 commit 79628a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func main() {

// Version command, mostly used for testing if the binary is working.
if arg == "version" {
fmt.Printf(fmt.Sprintf("serve version %s %s/%s", version, runtime.GOOS, runtime.GOARCH))
fmt.Printf(fmt.Sprintf("serve version %s %s/%s\n", version, runtime.GOOS, runtime.GOARCH))
os.Exit(0)
}

Expand Down

0 comments on commit 79628a0

Please sign in to comment.