Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Mar 1, 2024
1 parent 992e5e7 commit 12749eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (s *Server) Shutdown(ctx context.Context) error {
return nil
}

// Listen starts a HTTP server onthe given address, serving the metrics from the default registerer to /metrics.
// Listen starts a HTTP server on the given address, serving the metrics from the default registerer to /metrics.
// It handles exit signals to gracefully shutdown the server.
func Listen(address string) {
ListenServer(NewServer(address))

Check warning on line 137 in main.go

View check run for this annotation

Codecov / codecov/patch

main.go#L137

Added line #L137 was not covered by tests
Expand Down

0 comments on commit 12749eb

Please sign in to comment.