mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
fix style errors
This commit is contained in:
parent
180311b42b
commit
69f2667d63
@ -488,7 +488,8 @@ bool ParserTrimExpression::parseImpl(Pos & pos, ASTPtr & node, Expected & expect
|
||||
};
|
||||
func_name = "replaceRegexpAll";
|
||||
}
|
||||
else {
|
||||
else
|
||||
{
|
||||
if (trim_left)
|
||||
{
|
||||
pattern_list_args->children = {
|
||||
@ -521,7 +522,8 @@ bool ParserTrimExpression::parseImpl(Pos & pos, ASTPtr & node, Expected & expect
|
||||
pattern_node = std::make_shared<ASTLiteral>("^ *\\| *$");
|
||||
func_name = "replaceRegexpAll";
|
||||
}
|
||||
else {
|
||||
else
|
||||
{
|
||||
if (trim_left)
|
||||
{
|
||||
pattern_node = std::make_shared<ASTLiteral>("^ *");
|
||||
|
Loading…
Reference in New Issue
Block a user