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 a82f7bf commit 568606e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/t_zset.c
Original file line number Diff line number Diff line change
Expand Up @@ -2534,8 +2534,8 @@ dictType setAccumulatorDictType = {
NULL /* allow to expand */
};

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

/* The zunionInterDiffGenericCommand() function is called in order to implement the
* following commands: ZUNION, ZINTER, ZDIFF, ZUNIONSTORE, ZINTERSTORE, ZDIFFSTORE,
Expand Down

0 comments on commit 568606e

Please sign in to comment.