Skip to content

Commit c1673e1

Browse files
committed
Fix a clang format issue
Signed-off-by: Hanxi Zhang <hanxizh@amazon.com>
1 parent 90b54f9 commit c1673e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/t_hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ void hsetexCommand(client *c) {
13061306
} else {
13071307
hashTypeSet(o, c->argv[i]->ptr, c->argv[i + 1]->ptr, when, set_flags);
13081308
changes++;
1309-
if (need_rewrite_for_nx_xx_fnx_fxx){
1309+
if (need_rewrite_for_nx_xx_fnx_fxx) {
13101310
new_argv[new_argc++] = c->argv[i];
13111311
incrRefCount(c->argv[i]);
13121312
}

0 commit comments

Comments
 (0)