Skip to content

Commit

Permalink
Fix format error
Browse files Browse the repository at this point in the history
Signed-off-by: Shivshankar-Reddy <[email protected]>
  • Loading branch information
Shivshankar-Reddy committed Jun 5, 2024
1 parent 568606e commit a41e7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/t_zset.c
Original file line number Diff line number Diff line change
Expand Up @@ -2534,7 +2534,7 @@ dictType setAccumulatorDictType = {
NULL /* allow to expand */
};

#define DUPLICATE_OPTION_WEIGHTS 1 << 1
#define DUPLICATE_OPTION_WEIGHTS 1 << 1
#define DUPLICATE_OPTION_AGGREGATE 1 << 2

/* The zunionInterDiffGenericCommand() function is called in order to implement the
Expand Down

0 comments on commit a41e7db

Please sign in to comment.