Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitarPetrov committed Jun 25, 2019
1 parent d4db099 commit acca7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/health/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const (
StatusUnknown Status = "UNKNOWN"
)

type StatusListener struct {}
type StatusListener struct{}

func (sl *StatusListener) HealthCheckFailed(state *health.State) {
log.D().Errorf("Health check for %v failed with: %v", state.Name, state.Err)
Expand Down

0 comments on commit acca7c0

Please sign in to comment.