mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Fix whitespace
This commit is contained in:
parent
b0df9286f0
commit
a25edc192c
@ -18,7 +18,6 @@ namespace ErrorCodes
|
||||
|
||||
CompressionCodecLZSSE4::CompressionCodecLZSSE4(int level_) : level(level_)
|
||||
{
|
||||
|
||||
setCodecDescription("LZSSE4", {std::make_shared<ASTLiteral>(static_cast<UInt64>(level))});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user