Skip to content

Commit e6e1121

Browse files
committed
- fix formatting
1 parent 2ffffef commit e6e1121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public void onStatusChange(HealthStatusChangeEvent event) {
6161
// Wait for the health status change event
6262
// just for safety to not block indefinitely
6363
boolean completed = latch.await(60, TimeUnit.SECONDS);
64-
if (!completed) {
64+
if (!completed) {
6565
throw new JedisValidationException("Timeout while waiting for health check result");
6666
}
6767
return resultStatus.get();

0 commit comments

Comments
 (0)