mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 18:02:24 +00:00
fix clang-tidy warning
This commit is contained in:
parent
6ce9c7b8c2
commit
091cebf861
@ -275,7 +275,7 @@ private:
|
||||
}
|
||||
|
||||
/// Digits
|
||||
while (n >= 10)
|
||||
while (w >= 100)
|
||||
{
|
||||
w /= 100;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user