Whitespace

This commit is contained in:
Alexey Milovidov 2021-01-25 00:22:59 +03:00
parent 73501102f3
commit cc11e7c2f2

View File

@ -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)