Skip to content

Commit

Permalink
Remove extra new lines
Browse files Browse the repository at this point in the history
Signed-off-by: Harkrishn Patro <[email protected]>
  • Loading branch information
hpatro committed Jan 16, 2025
1 parent 315d12c commit b8d6024
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/modules/cluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ void PongReceiver(ValkeyModuleCtx *ctx,
sender_id, (int)len, payload);
}



int ValkeyModule_OnLoad(ValkeyModuleCtx *ctx, ValkeyModuleString **argv, int argc) {
VALKEYMODULE_NOT_USED(argv);
VALKEYMODULE_NOT_USED(argc);
Expand All @@ -82,7 +80,6 @@ int ValkeyModule_OnLoad(ValkeyModuleCtx *ctx, ValkeyModuleString **argv, int arg
VALKEYMODULE_ERR)
return VALKEYMODULE_ERR;


if (ValkeyModule_CreateCommand(ctx, "test.cluster_slots", test_cluster_slots, "", 0, 0, 0) == VALKEYMODULE_ERR)
return VALKEYMODULE_ERR;

Expand Down

0 comments on commit b8d6024

Please sign in to comment.