Skip to content

Commit

Permalink
Fix formatting of server banner
Browse files Browse the repository at this point in the history
  • Loading branch information
sudorandom committed Aug 20, 2024
1 parent 5ef7da2 commit b5cc7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fauxrpc/cmd_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (c *RunCmd) Run(globals *Globals) error {
Handler: h2c.NewHandler(mux, &http2.Server{}),
}

fmt.Printf("FauxRPC (%s)", fullVersion())
fmt.Printf("FauxRPC (%s)\n", fullVersion())
fmt.Printf("Listening on http://%s\n", c.Addr)
fmt.Printf("OpenAPI documentation: http://%s/fauxrpc.openapi.html\n", c.Addr)
fmt.Println()
Expand Down

0 comments on commit b5cc7da

Please sign in to comment.