Merge branch 'markdown_format' of github.com:avogar/ClickHouse into markdown_format

This commit is contained in:
Avogar 2020-04-24 14:07:04 +03:00
commit 778f1aa1e7

View File

@ -4,7 +4,7 @@
namespace DB
{
MarkdownRowOutputFormat::MarkdownRowOutputFormat(WriteBuffer & out_, const Block & header_, FormatFactory::WriteCallback callback, const FormatSettings & format_settings_)
: IRowOutputFormat(header_, out_, callback), format_settings(format_settings_) {}