mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update ASTColumnDeclaration.cpp
This commit is contained in:
parent
b1e75ec6f5
commit
85ecc9ea10
@ -56,10 +56,10 @@ void ASTColumnDeclaration::formatImpl(const FormatSettings & settings, FormatSta
|
||||
{
|
||||
settings.ostr << ' ';
|
||||
|
||||
FormatStateStacked typeFrame = frame;
|
||||
typeFrame.indent = 0;
|
||||
FormatStateStacked type_frame = frame;
|
||||
type_frame.indent = 0;
|
||||
|
||||
type->formatImpl(settings, state, typeFrame);
|
||||
type->formatImpl(settings, state, type_frame);
|
||||
}
|
||||
|
||||
if (null_modifier)
|
||||
|
Loading…
Reference in New Issue
Block a user