Skip to content

Commit c9501bf

Browse files
committed
Fix rebase commit
1 parent c0a0bc7 commit c9501bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ impl<Http: HttpClient> Client<Http> {
222222
/// # let client = Client::new(MEILISEARCH_URL, Some(MEILISEARCH_API_KEY));
223223
/// let indexes: IndexesResults<IsahcClient> = client.list_all_indexes().await.unwrap();
224224
///
225+
/// let indexes: IndexesResults<IsahcClient> = client.list_all_indexes().await.unwrap();
225226
/// println!("{:?}", indexes);
226227
/// # });
227228
/// ```

0 commit comments

Comments
 (0)