mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Whitespace [#CLICKHOUSE-2]
This commit is contained in:
parent
b1db9ec23c
commit
30a2513fac
@ -239,7 +239,7 @@ void ExternalLoader::reloadFromConfigFiles(const bool throw_on_error, const bool
|
||||
if (current_config.find(loadable.first) == std::end(current_config))
|
||||
removed_loadable_objects.emplace_back(loadable.first);
|
||||
}
|
||||
for(const auto & name : removed_loadable_objects)
|
||||
for (const auto & name : removed_loadable_objects)
|
||||
loadable_objects.erase(name);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user