mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
fix style
This commit is contained in:
parent
0d1ef863fa
commit
b3b8123f73
@ -52,7 +52,8 @@ void ASTSettingsProfileElement::formatImpl(const FormatSettings & settings, Form
|
||||
<< applyVisitor(FieldVisitorToString{}, max_value);
|
||||
}
|
||||
|
||||
if (writability) {
|
||||
if (writability)
|
||||
{
|
||||
switch (*writability)
|
||||
{
|
||||
case SettingConstraintWritability::WRITABLE:
|
||||
|
Loading…
Reference in New Issue
Block a user