Skip to content

Commit 9498309

Browse files
committed
Format
1 parent f2afdda commit 9498309

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/search.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,10 @@ mod tests {
15171517
}
15181518

15191519
#[meilisearch_test]
1520-
async fn test_facet_search_with_attributes_to_search_on(client: Client, index: Index) -> Result<(), Error> {
1520+
async fn test_facet_search_with_attributes_to_search_on(
1521+
client: Client,
1522+
index: Index,
1523+
) -> Result<(), Error> {
15211524
setup_test_index(&client, &index).await?;
15221525
let res = index
15231526
.facet_search("kind")

0 commit comments

Comments
 (0)