Skip to content

Commit

Permalink
remove the extra blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
chhtimeplus committed Jul 16, 2024
1 parent 74ab50e commit 4c67693
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Parsers/ASTCreateFunctionQuery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ ASTPtr ASTCreateFunctionQuery::clone() const

res->function_core = function_core->clone();
res->children.push_back(res->function_core);

return res;
}

Expand Down

0 comments on commit 4c67693

Please sign in to comment.