mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Fix clang-tidy
This commit is contained in:
@@ -131,7 +131,7 @@ struct MantissaRange
|
||||
* representation will always have a consistent number of digits.
|
||||
*/
|
||||
rep internalMin;
|
||||
int log{computeLog(min)};
|
||||
rep log{computeLog(min)};
|
||||
mantissa_scale scale;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user