Skip to content

Commit

Permalink
Run clang format.
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Tianjie <[email protected]>
  • Loading branch information
CharlesChen888 committed Jul 1, 2024
1 parent e928f27 commit a791ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -3239,7 +3239,7 @@ void preventCommandReplication(client *c) {

/* Log the last command a client executed into the slowlog. */
void slowlogPushCurrentCommand(client *c, struct serverCommand *cmd, ustime_t duration) {
/* Some commands should not be available in the slowlog and the fatlog. */
/* Some commands should not be available in the slowlog and the fatlog. */
if (cmd->flags & CMD_SKIP_SLOWLOG) return;

/* If command argument vector was rewritten, use the original
Expand Down

0 comments on commit a791ac0

Please sign in to comment.