Skip to content

Commit

Permalink
remove empty tab
Browse files Browse the repository at this point in the history
  • Loading branch information
chhtimeplus committed Jul 16, 2024
1 parent 468f706 commit 74ab50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parsers/ASTCreateFunctionQuery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void ASTCreateFunctionQuery::formatImpl(const IAST::FormatSettings & settings, I
settings.ostr << (settings.hilite ? hilite_none : "");

settings.ostr << (settings.hilite ? hilite_identifier : "") << backQuoteIfNeed(getFunctionName()) << (settings.hilite ? hilite_none : "");

/// proton: starts
bool is_javascript_func = isJavaScript();
if (is_javascript_func || is_remote)
Expand Down

0 comments on commit 74ab50e

Please sign in to comment.