Fix style

This commit is contained in:
Sergey Kononenko 2019-12-28 01:54:01 +03:00
parent 96302d4949
commit 0616b35ac8

View File

@ -115,9 +115,8 @@ public:
{
if (i == 0 || (column_with_groups && column_with_groups->compareAt(i, i - 1, *column_with_groups, 1) != 0))
{
if (i > 0) {
if (i > 0)
agg_func.destroy(place.data());
}
try
{