From 11600c285be6b46393168802f20f8c724019ead1 Mon Sep 17 00:00:00 2001
From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com>
Date: Thu, 23 May 2024 05:27:59 +0000
Subject: [PATCH] [autofix.ci] apply automated fixes

---
 crates/tabby-common/src/index/mod.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crates/tabby-common/src/index/mod.rs b/crates/tabby-common/src/index/mod.rs
index 83a8a9a9f036..f51cc32e6edd 100644
--- a/crates/tabby-common/src/index/mod.rs
+++ b/crates/tabby-common/src/index/mod.rs
@@ -34,7 +34,7 @@ fn new_multiterms_const_query<'a>(
 
 #[cfg(test)]
 mod tests {
-    
+
     use tantivy::{
         collector::TopDocs,
         query::Query,