Skip to content

Commit 1aa65a1

Browse files
committed
Format
1 parent 8439944 commit 1aa65a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/settings.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ impl<Http: HttpClient> Index<Http> {
932932
)
933933
.await
934934
}
935-
935+
936936
/// Get [facet-search settings](https://www.meilisearch.com/docs/reference/api/settings#facet-search) of the [Index].
937937
///
938938
/// # Example
@@ -1924,7 +1924,7 @@ impl<Http: HttpClient> Index<Http> {
19241924
)
19251925
.await
19261926
}
1927-
1927+
19281928
/// Update [facet-search settings](https://www.meilisearch.com/docs/reference/api/settings#facet-search) settings of the [Index].
19291929
///
19301930
/// # Example
@@ -2572,7 +2572,7 @@ impl<Http: HttpClient> Index<Http> {
25722572
)
25732573
.await
25742574
}
2575-
2575+
25762576
/// Reset [facet-search settings](https://www.meilisearch.com/docs/reference/api/settings#facet-search) settings of the [Index].
25772577
///
25782578
/// # Example
@@ -3136,7 +3136,7 @@ mod tests {
31363136

31373137
assert_eq!(expected, default);
31383138
}
3139-
3139+
31403140
#[meilisearch_test]
31413141
async fn test_get_facet_search(index: Index) {
31423142
let expected = true;

0 commit comments

Comments
 (0)