mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
fix(zset): correct the wrong calculation of range.maxex (#1759)
fixes #836: correct the wrong calculation of range.maxex.
This commit is contained in:
parent
7c43cbf2b5
commit
b6b72250ca
3 changed files with 7 additions and 2 deletions
|
@ -9,7 +9,7 @@ AllowShortLoopsOnASingleLine: false
|
|||
AllowShortFunctionsOnASingleLine: false
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AlwaysBreakTemplateDeclarations: false
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||
PackConstructorInitializers: NextLine
|
||||
DerivePointerAlignment: false
|
||||
PointerAlignment: Left
|
||||
BasedOnStyle: Google
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue