Fix style

This commit is contained in:
Kruglov Pavel 2023-11-29 20:49:53 +01:00 committed by GitHub
parent b493ce2385
commit 1d840ca026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int INCORRECT_DATA;
}
JSONRowInputFormat::JSONRowInputFormat(ReadBuffer & in_, const Block & header_, Params params_, const FormatSettings & format_settings_)
: JSONRowInputFormat(std::make_unique<PeekableReadBuffer>(in_), header_, params_, format_settings_)
{