Fix style

This commit is contained in:
Kruglov Pavel 2023-05-10 21:08:31 +02:00 committed by avogar
parent cc7cfa050f
commit 1347dc4ede

View File

@ -11,12 +11,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
CapnProtoOutputStream::CapnProtoOutputStream(WriteBuffer & out_) : out(out_)
{
}