Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
Signed-off-by: James Xin <james.xin@improving.com>
  • Loading branch information
jamesx-improving committed Sep 12, 2024
1 parent a69bace commit 922850d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/client/src/main/java/glide/api/GlideClusterClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,8 @@ public CompletableFuture<Map<String, Long>> pubsubShardNumSub(@NonNull String[]
}

@Override
public CompletableFuture<Map<GlideString, Long>> pubsubShardNumSub(@NonNull GlideString[] channels) {
public CompletableFuture<Map<GlideString, Long>> pubsubShardNumSub(
@NonNull GlideString[] channels) {
return commandManager.submitNewCommand(
PubSubSNumSub, channels, this::handleBinaryStringMapResponse);
}
Expand Down

0 comments on commit 922850d

Please sign in to comment.