Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor authored Feb 29, 2024
1 parent 49bb88c commit eb8b39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion health/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type healthClient struct {
var _ HealthClient = (*healthClient)(nil)

func NewHealthClient(logger *log.Logger, pingKey string, createNewChecks bool) HealthClient {
prefixedLogger := logger.ApplyPrefix(" [HEALTHCHECKS] 🩺")
prefixedLogger := logger.ApplyPrefix("[HEALTHCHECKS] 🩺")

client := &http.Client{
Timeout: 10 * time.Second,
Expand Down

0 comments on commit eb8b39b

Please sign in to comment.