style fix

This commit is contained in:
yariks5s 2023-11-06 22:26:35 +00:00
parent faba36225e
commit 2e03462d87

View File

@ -444,7 +444,7 @@ AggregateProjectionCandidates getAggregateProjectionCandidates(
const auto & projections = metadata->projections;
std::vector<const ProjectionDescription *> agg_projections;
for (const auto & projection : projections)
if (projection.type == ProjectionDescription::Type::Aggregate)
agg_projections.push_back(&projection);