Fix style

This commit is contained in:
Ivan Lezhankin 2018-11-01 16:55:49 +03:00
parent 56f0f6194f
commit b01acc8917

View File

@ -167,7 +167,9 @@ bool ParserAlterCommand::parseImpl(Pos & pos, ASTPtr & node, Expected & expected
return false;
command->type = ASTAlterCommand::FREEZE_PARTITION;
} else {
}
else
{
command->type = ASTAlterCommand::FREEZE_ALL;
}