Skip to content

Commit fed5766

Browse files
committed
Format code
1 parent acd493c commit fed5766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/search.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ mod tests {
16631663
assert_eq!(res.facet_hits.len(), 1);
16641664
Ok(())
16651665
}
1666-
1666+
16671667
#[meilisearch_test]
16681668
async fn test_with_vectors(client: Client, index: Index) -> Result<(), Error> {
16691669
setup_hybrid_searching(&client, &index).await?;
@@ -1720,7 +1720,7 @@ mod tests {
17201720
results?; // purposely not done above to have better debugging output
17211721
Ok(())
17221722
}
1723-
1723+
17241724
#[meilisearch_test]
17251725
async fn test_facet_search_with_search_query(
17261726
client: Client,

0 commit comments

Comments
 (0)