Skip to content

Commit

Permalink
Removing a blank line.
Browse files Browse the repository at this point in the history
This change is to remove an extra blank line above shutdownServerOnQuit() that could possibly be the source of a CI test error. 

Signed-off-by: donuts-are-good <[email protected]>
  • Loading branch information
donuts-are-good authored Oct 10, 2023
1 parent 86430ae commit 4ed5241
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ func computeRoutePrefix(prefix string, externalURL *url.URL) string {
return prefix
}


// shutdownServerOnQuit shutdowns the provided server upon closing the provided
// quitCh or upon receiving a SIGINT or SIGTERM.
func shutdownServerOnQuit(server *http.Server, quitCh <-chan struct{}, logger log.Logger) error {
Expand Down

0 comments on commit 4ed5241

Please sign in to comment.