fix style

This commit is contained in:
attack204 2023-02-08 22:29:23 +08:00
parent 41daf88d64
commit 1fdf3659da

View File

@ -478,10 +478,12 @@ protected:
if (columns_mask[src_index++])
{
if (table_cast) {
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();
}
res_columns[res_index++]->insert(totalMarks);
}
else