Skip to content

Commit

Permalink
Put newline at end of gqlgen init output
Browse files Browse the repository at this point in the history
  • Loading branch information
porty committed Aug 22, 2018
1 parent e15d789 commit c855272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func GenerateGraphServer(config *codegen.Config) {
os.Exit(1)
}

fmt.Fprintf(os.Stdout, `Exec "go run ./%s" to start GraphQL server`, serverFilename)
fmt.Fprintf(os.Stdout, "Exec \"go run ./%s\" to start GraphQL server\n", serverFilename)
}

func initConfig() *codegen.Config {
Expand Down

0 comments on commit c855272

Please sign in to comment.