fix style

This commit is contained in:
attack204 2023-02-09 09:34:11 +08:00
parent 646a11a0ef
commit f65756c0c8

View File

@ -481,7 +481,7 @@ protected:
if (table_cast) if (table_cast)
{ {
size_t totalMarks = 0; size_t totalMarks = 0;
for(auto &part_info: table_cast->getAllDataPartsVector()) for (auto &part_info : table_cast->getAllDataPartsVector())
{ {
totalMarks += part_info->getMarksCount(); totalMarks += part_info->getMarksCount();
} }