Skip to content

Commit

Permalink
resolving conflicts and clang formats
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Aggarwal <[email protected]>
  • Loading branch information
sarthakaggarwal97 committed Jan 10, 2025
1 parent d167a70 commit 3f171c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/networking.c
Original file line number Diff line number Diff line change
Expand Up @@ -3901,7 +3901,7 @@ void clientCommandTracking(client *c) {
struct ClientFlags options = {0};
robj **prefix = NULL;
size_t numprefix = 0;
initClientPubSubData(c);
initClientPubSubData(c);

/* Parse the options. */
for (int j = 3; j < c->argc; j++) {
Expand Down

0 comments on commit 3f171c8

Please sign in to comment.