mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +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)
|
||||
{
|
||||
settings.ostr << "(";
|
||||
closing_bracket_guard = make_scope_guard(std::function<void(void)>([&settings](){
|
||||
settings.ostr << ")";
|
||||
}));
|
||||
closing_bracket_guard = make_scope_guard(std::function<void(void)>([&settings]() { settings.ostr << ")"; }));
|
||||
}
|
||||
|
||||
if (type == ASTAlterCommand::ADD_COLUMN)
|
||||
|
Loading…
Reference in New Issue
Block a user