[Fix] Fix code style

This commit is contained in:
unashi 2024-08-27 12:32:48 +08:00
parent b92c9da859
commit 844cf8d252

View File

@ -216,7 +216,7 @@ bool ParserCheckGrantQuery::parseImpl(Pos & pos, ASTPtr & node, Expected & expec
AccessRightsElements elements;
if (!parseElementsWithoutOptions(pos, expected, elements) )
if (!parseElementsWithoutOptions(pos, expected, elements))
return false;
throwIfNotGrantable(elements);