code style

This commit is contained in:
vicgao 2021-11-08 16:49:56 +08:00
parent 8e7023cdb4
commit cdb1227b69

View File

@ -108,7 +108,7 @@ bool ParserRenameQuery::parseImpl(Pos & pos, ASTPtr & node, Expected & expected)
ASTRenameQuery::Element& ref = elements.emplace_back();
if (!exchange)
ref.if_exists = s_if_exists.ignore( pos, expected);
ref.if_exists = s_if_exists.ignore(pos, expected);
if (!parseDatabaseAndTable(ref.from, pos, expected)
|| !ignore_delim()