Skip to content

Commit e7b6d7a

Browse files
committed
clippy
1 parent fbdf721 commit e7b6d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/tests/merge_fuzz.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl TestCase {
8585
async fn run(self) {
8686
let TestCase { name, input } = self;
8787

88-
for batch_size in vec![1, 2, 7, 49, 50, 51, 100] {
88+
for batch_size in [1, 2, 7, 49, 50, 51, 100] {
8989
let first_batch = input
9090
.iter()
9191
.map(|p| p.iter())

0 commit comments

Comments
 (0)