From f65756c0c8c727238ad29c6f9b05d0ad3cd9514d Mon Sep 17 00:00:00 2001 From: attack204 Date: Thu, 9 Feb 2023 09:34:11 +0800 Subject: [PATCH] fix style --- src/Storages/System/StorageSystemTables.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Storages/System/StorageSystemTables.cpp b/src/Storages/System/StorageSystemTables.cpp index 90ab2cbcf66..104627e0612 100644 --- a/src/Storages/System/StorageSystemTables.cpp +++ b/src/Storages/System/StorageSystemTables.cpp @@ -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(); }