Fix whitespace

This commit is contained in:
Alexey Milovidov 2021-05-23 03:31:58 +03:00
parent b0df9286f0
commit a25edc192c

View File

@ -18,7 +18,6 @@ namespace ErrorCodes
CompressionCodecLZSSE4::CompressionCodecLZSSE4(int level_) : level(level_)
{
setCodecDescription("LZSSE4", {std::make_shared<ASTLiteral>(static_cast<UInt64>(level))});
}