Skip to content

Commit

Permalink
Merge pull request #304 from 99designs/newline-for-init-response
Browse files Browse the repository at this point in the history
Put newline at end of `gqlgen init` output
  • Loading branch information
vektah authored Aug 22, 2018
2 parents de75064 + c855272 commit b8695fb
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 b8695fb

Please sign in to comment.