mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Try to fix style
This commit is contained in:
parent
7f493c81d0
commit
7eac602350
@ -74,9 +74,7 @@ void ASTAlterCommand::formatImpl(const FormatSettings & settings, FormatState &
|
|||||||
if (format_alter_commands_with_parentheses)
|
if (format_alter_commands_with_parentheses)
|
||||||
{
|
{
|
||||||
settings.ostr << "(";
|
settings.ostr << "(";
|
||||||
closing_bracket_guard = make_scope_guard(std::function<void(void)>([&settings](){
|
closing_bracket_guard = make_scope_guard(std::function<void(void)>([&settings]() { settings.ostr << ")"; }));
|
||||||
settings.ostr << ")";
|
|
||||||
}));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type == ASTAlterCommand::ADD_COLUMN)
|
if (type == ASTAlterCommand::ADD_COLUMN)
|
||||||
|
Loading…
Reference in New Issue
Block a user