Update DataTypeDomainSimpleAggregateFunction.cpp

This commit is contained in:
alexey-milovidov 2019-03-26 00:51:54 +03:00 committed by bgranvea
parent ee5a88c15f
commit a3020f2d22

View File

@ -51,7 +51,7 @@ String DataTypeDomainSimpleAggregateFunction::doGetName() const
stream << ")";
}
for (const auto &argument_type : argument_types)
for (const auto & argument_type : argument_types)
stream << ", " << argument_type->getName();
stream << ")";