mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 18:02:24 +00:00
Fix style
This commit is contained in:
parent
d8994350c1
commit
023b592f97
@ -366,9 +366,9 @@ std::vector<PartMovesBetweenShardsOrchestrator::Entry> PartMovesBetweenShardsOrc
|
||||
{
|
||||
std::lock_guard lock(state_mutex);
|
||||
|
||||
auto res = std::vector<Entry>();
|
||||
std::vector<Entry> res;
|
||||
|
||||
for (const auto& e : entries)
|
||||
for (const auto & e : entries)
|
||||
res.push_back(e.second);
|
||||
|
||||
return res;
|
||||
|
Loading…
Reference in New Issue
Block a user