mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
clang-tidy fix
This commit is contained in:
parent
3da65bb0a2
commit
dd5c151d86
@ -267,7 +267,7 @@ public:
|
||||
if (traverse_children)
|
||||
{
|
||||
/// Schedule traversal of each child
|
||||
for (auto & child : response.names)
|
||||
for (const auto & child : response.names)
|
||||
{
|
||||
auto task = std::make_shared<TraversalTask>(path / child, this->shared_from_this());
|
||||
ctx.new_tasks.push_back(task);
|
||||
|
Loading…
Reference in New Issue
Block a user