File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments