mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Whitespace
This commit is contained in:
parent
73501102f3
commit
cc11e7c2f2
@ -63,7 +63,6 @@ ASTPtr ICompressionCodec::getFullCodecDesc() const
|
||||
|
||||
ASTPtr ICompressionCodec::getCodecDesc() const
|
||||
{
|
||||
|
||||
auto arguments = getFullCodecDesc()->as<ASTFunction>()->arguments;
|
||||
/// If it has exactly one argument, than it's single codec, return it
|
||||
if (arguments->children.size() == 1)
|
||||
|
Loading…
Reference in New Issue
Block a user