fix style

This commit is contained in:
hendrik-m 2023-08-03 22:07:05 +02:00
parent 72e6b1d2d4
commit b53084ce43

View File

@ -251,7 +251,8 @@ bool ParserTableAsStringLiteralIdentifier::parseImpl(Pos & pos, ASTPtr & node, E
ReadBufferFromMemory in(pos->begin, pos->size());
String s;
if (!tryReadQuotedStringInto(s, in)) {
if (!tryReadQuotedStringInto(s, in))
{
expected.add(pos, "string literal");
return false;
}