mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fixed style check
This commit is contained in:
parent
99de697ea2
commit
362a8e541a
@ -2055,9 +2055,8 @@ ActionsDAGPtr ActionsDAG::buildFilterActionsDAG(
|
||||
const std::unordered_map<std::string, ColumnWithTypeAndName> & node_name_to_input_node_column,
|
||||
const ContextPtr & context)
|
||||
{
|
||||
if (filter_nodes.empty()) {
|
||||
if (filter_nodes.empty())
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
struct Frame
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user