fix code style

This commit is contained in:
Peng Jian 2021-04-01 10:12:37 +08:00
parent 26b5482b4d
commit 1e033e8817

View File

@ -5,11 +5,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
IInputFormat::IInputFormat(Block header, ReadBuffer & in_)
: ISource(std::move(header)), in(in_)
{