mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Fix style
This commit is contained in:
parent
bf44d17eb8
commit
182c00eba7
@ -1726,7 +1726,7 @@ private:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (!dynamic_node->insertResultToColumn(*dynamic_it->second, element, insert_settings, format_settings, error))
|
else if (!dynamic_node->insertResultToColumn(*dynamic_it->second, element, insert_settings, format_settings, error))
|
||||||
{
|
{
|
||||||
error += fmt::format(" (while reading path {})", current_path);
|
error += fmt::format(" (while reading path {})", current_path);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user