From 0f758a3d51aeec6f83039051e6a0bb52a4660b69 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:59:15 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- crates/tabby-index/src/indexer_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/tabby-index/src/indexer_tests.rs b/crates/tabby-index/src/indexer_tests.rs index 26a85b98f129..9f26cd72fe78 100644 --- a/crates/tabby-index/src/indexer_tests.rs +++ b/crates/tabby-index/src/indexer_tests.rs @@ -199,7 +199,7 @@ mod builder_tests { .collect::>() .await .into_iter() - .filter_map(|x| x) + .flatten() .collect::>() }); @@ -258,7 +258,7 @@ mod builder_tests { .collect::>() .await .into_iter() - .filter_map(|x| x) + .flatten() .collect::>() });