mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-19 13:20:54 +00:00
fix clang-tidy issues
This commit is contained in:
@@ -1582,7 +1582,7 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
NumberRoundModeGuard mg(Number::towards_zero);
|
||||
NumberRoundModeGuard const mg(Number::towards_zero);
|
||||
test(cLarge);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user