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 c0dbe65 commit f903a3a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public Future<RedisAPI> redis() {
return Future.succeededFuture(redisAPI);
}
return Future.failedFuture("Not yet ready!");

});
}

Expand Down

0 comments on commit f903a3a

Please sign in to comment.