Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 2, 2024
1 parent 87e6f76 commit 0f758a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/tabby-index/src/indexer_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ mod builder_tests {
.collect::<Vec<_>>()
.await
.into_iter()
.filter_map(|x| x)
.flatten()
.collect::<Vec<_>>()
});

Expand Down Expand Up @@ -258,7 +258,7 @@ mod builder_tests {
.collect::<Vec<_>>()
.await
.into_iter()
.filter_map(|x| x)
.flatten()
.collect::<Vec<_>>()
});

Expand Down

0 comments on commit 0f758a3

Please sign in to comment.