Style fix

This commit is contained in:
Nikolay Degterinsky 2021-08-31 13:53:44 +03:00
parent e8713a7d7e
commit ed4d5edd9a

View File

@ -10,9 +10,6 @@
namespace DB
{
namespace ErrorCodes
{
}
class Lz4InflatingReadBuffer : public BufferWithOwnMemory<ReadBuffer>
{