mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 06:32:08 +00:00
Removed double whitespace
This commit is contained in:
parent
7919a62198
commit
1f5715b985
@ -143,7 +143,7 @@ bool ParserConstraintDeclaration::parseImpl(Pos & pos, ASTPtr & node, Expected &
|
|||||||
ParserKeyword s_check("CHECK");
|
ParserKeyword s_check("CHECK");
|
||||||
|
|
||||||
ParserIdentifier name_p;
|
ParserIdentifier name_p;
|
||||||
ParserLogicalOrExpression expression_p;
|
ParserLogicalOrExpression expression_p;
|
||||||
|
|
||||||
ASTPtr name;
|
ASTPtr name;
|
||||||
ASTPtr expr;
|
ASTPtr expr;
|
||||||
|
Loading…
Reference in New Issue
Block a user