[Fix] Fix code style

This commit is contained in:
unashi 2024-08-27 12:32:48 +08:00
parent ed2486aecb
commit 579f9d150b

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);