Skip to content

Commit

Permalink
#194 Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcweba committed Jun 25, 2024
1 parent 1e7f3a1 commit c0dbe65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public Future<RedisAPI> redis() {
}
return Future.failedFuture("Not yet ready!");

}, Future::failedFuture);
});
}

private boolean reconnectEnabled() {
Expand Down

0 comments on commit c0dbe65

Please sign in to comment.