Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay committed Oct 26, 2017
1 parent 16fb957 commit d1e3fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossdock/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func httpHealthCheck(logger *zap.Logger, service, healthURL string) {
return
}
logger.Warn("Health check failed", zap.String("service", service), zap.Error(err))
time.Sleep(500 * time.Millisecond)
time.Sleep(500 * time.Millisecond)
}
logger.Fatal("All health checks failed", zap.String("service", service))
}

0 comments on commit d1e3fb5

Please sign in to comment.