Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Mar 24, 2015
1 parent 724cefd commit ee1a959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ package main

// Return the server name, version number and description
func banner() string {
return "\n" + version_string + "\nHTTP/2 web server\n\n"
return "\n" + version_string + "\nHTTP/2 web server\n"
}

0 comments on commit ee1a959

Please sign in to comment.