Fixed style issues

This commit is contained in:
Maksim Kita 2021-01-26 20:49:02 +03:00
parent 67ffa4189e
commit f0b1bc88c7

View File

@ -150,7 +150,6 @@ private:
template <typename T>
static void createAttributeImpl(Attribute & attribute, const Field & null_value);
static Attribute createAttribute(const DictionaryAttribute& attribute, const Field & null_value);
template <typename AttributeType, typename OutputType, typename ValueSetter, typename DefaultValueExtractor>