mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
fix style
This commit is contained in:
parent
646a11a0ef
commit
f65756c0c8
@ -481,7 +481,7 @@ protected:
|
||||
if (table_cast)
|
||||
{
|
||||
size_t totalMarks = 0;
|
||||
for(auto &part_info: table_cast->getAllDataPartsVector())
|
||||
for (auto &part_info : table_cast->getAllDataPartsVector())
|
||||
{
|
||||
totalMarks += part_info->getMarksCount();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user