fix(zset): correct the wrong calculation of range.maxex (#1759)

fixes #836: correct the wrong calculation of range.maxex.
This commit is contained in:
Yue Li 2023-08-30 03:55:38 -07:00 committed by GitHub
parent 7c43cbf2b5
commit b6b72250ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -9,7 +9,7 @@ AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AlwaysBreakTemplateDeclarations: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
PackConstructorInitializers: NextLine
DerivePointerAlignment: false
PointerAlignment: Left
BasedOnStyle: Google