Skip to content

Commit 569b252

Browse files
committed
fix: cargo format
1 parent c239a6d commit 569b252

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/executor/sort_agg.rs

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ impl SortAggExecutor {
5858
}
5959
}
6060
yield Self::finish_agg(&states);
61-
6261
}
6362

6463
fn finish_agg(states: &SmallVec<[Box<dyn AggregationState>; 16]>) -> DataChunk {

0 commit comments

Comments
 (0)