mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
fix build [#CLICKHOUSE-3397]
This commit is contained in:
parent
f71b8bf58f
commit
6c8e5594f9
@ -49,7 +49,7 @@ public:
|
||||
protected:
|
||||
void formatQueryImpl(const FormatSettings & settings, FormatState & state, FormatStateStacked frame) const override
|
||||
{
|
||||
formatHelper(settings, state, frame, AstIDAndQueryNames::Query);
|
||||
formatHelper(settings, AstIDAndQueryNames::Query);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user