Skip to content

Commit da2fcec

Browse files
committed
- format
1 parent 01a07f3 commit da2fcec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/redis/clients/jedis/mcf/HealthCheck.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
public class HealthCheck {
1818

19-
private static class HealthCheckResult{
19+
private static class HealthCheckResult {
2020
private final long timestamp;
2121
private final HealthStatus status;
2222

@@ -33,6 +33,7 @@ public HealthStatus getStatus() {
3333
return status;
3434
}
3535
}
36+
3637
private static final Logger log = LoggerFactory.getLogger(HealthCheck.class);
3738

3839
private Endpoint endpoint;

0 commit comments

Comments
 (0)