mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 08:52:06 +00:00
Fix style
This commit is contained in:
parent
e743693fb3
commit
b2dddf7cf8
@ -614,7 +614,7 @@ void FillingTransform::transformRange(
|
||||
}
|
||||
|
||||
bool filling_row_changed = false;
|
||||
while(true)
|
||||
while (true)
|
||||
{
|
||||
const auto [apply, changed] = filling_row.next(next_row);
|
||||
filling_row_changed = changed;
|
||||
|
Loading…
Reference in New Issue
Block a user