Skip to content

Commit

Permalink
Rebase + Spotless.
Browse files Browse the repository at this point in the history
  • Loading branch information
SanHalacogluImproving committed Apr 4, 2024
1 parent fc18d6f commit a66f2a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ public T zrankWithScore(@NonNull String key, @NonNull String member) {
*/
public T zdiffstore(@NonNull String destKey, @NonNull String[] keys) {
ArgsArray commandArgs =
buildArgs(ArrayUtils.addAll(new String[] {destKey, Long.toString(keys.length)}, keys));
buildArgs(ArrayUtils.addAll(new String[] {destKey, Long.toString(keys.length)}, keys));
protobufTransaction.addCommands(buildCommand(ZDiffStore, commandArgs));
return getThis();
}
Expand Down

0 comments on commit a66f2a1

Please sign in to comment.