Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Rabenhorst <sebastian.rabenhorst@shopify.com>
  • Loading branch information
rabenhorst committed Nov 18, 2022
1 parent dbb017e commit 4e54428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func registerProbes(mux *http.ServeMux, p *prober.HTTPProbe, logger log.Logger)
}
}

// Helper for exporter toolkit FlagConfig
// Helper for exporter toolkit FlagConfig.
func ofBool(i bool) *bool {
return &i
}

0 comments on commit 4e54428

Please sign in to comment.