mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
fix style
This commit is contained in:
parent
72e6b1d2d4
commit
b53084ce43
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user