mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Merge pull request #33131 from ClickHouse/fix_clang_tidy2
Fix clang tidy
This commit is contained in:
commit
94b351e6a5
@ -169,7 +169,7 @@ std::vector<UUID> IAccessStorage::insert(const std::vector<AccessEntityPtr> & mu
|
||||
if (!successfully_inserted.empty())
|
||||
{
|
||||
String successfully_inserted_str;
|
||||
for (auto entity : successfully_inserted)
|
||||
for (const auto & entity : successfully_inserted)
|
||||
{
|
||||
if (!successfully_inserted_str.empty())
|
||||
successfully_inserted_str += ", ";
|
||||
|
Loading…
Reference in New Issue
Block a user