Fixed style check

This commit is contained in:
Maksim Kita 2021-02-19 20:42:51 +03:00 committed by GitHub
parent 0b5213c80d
commit fc03c1013c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ public:
getName(), value_type->getName()};
WhichDataType value_type_to_check(value_type);
/// Do not promote decimal because of implementation issues of this function design
/// If we decide to make this function more efficient we should promote decimal type during summ
if (value_type_to_check.isDecimal())