Skip to content

Commit

Permalink
modify style
Browse files Browse the repository at this point in the history
  • Loading branch information
lingtaolf committed Oct 9, 2023
1 parent 8f82d64 commit 413c190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parsers/ParserRenameQuery.cpp
Expand Up @@ -68,7 +68,7 @@ bool ParserRenameQuery::parseImpl(Pos & pos, ASTPtr & node, Expected & expected)
exchange = true;
dictionary = true;
}
else if (s_rename.ignore(pos, expected))
else if(s_rename.ignore(pos, expected))
;
else
return false;
Expand Down

0 comments on commit 413c190

Please sign in to comment.