mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Fix style
This commit is contained in:
parent
96302d4949
commit
0616b35ac8
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user