Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: KowalczykBartek <[email protected]>
  • Loading branch information
KowalczykBartek committed Dec 13, 2024
1 parent dfadb79 commit 15b2834
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/replication.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,11 +706,11 @@ void replicationFeedMonitors(client *c, list *monitors, int dictid, robj **argv,
client *monitor = ln->value;
if (monitor->resp > 2) {
monitor->flag.pushing = 1;
addReplyPushLen(monitor,2);
addReply(monitor,shared.monitorbulk);
addReply(monitor,cmdobj);
addReplyPushLen(monitor, 2);
addReply(monitor, shared.monitorbulk);
addReply(monitor, cmdobj);
} else {
addReply(monitor,cmdobj);
addReply(monitor, cmdobj);
}
updateClientMemUsageAndBucket(monitor);
}
Expand Down

0 comments on commit 15b2834

Please sign in to comment.