mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Format fixes after running: cargo +nightly fmt
This commit is contained in:
parent
d7cb319217
commit
98e3ecb86b
21 changed files with 208 additions and 189 deletions
|
@ -8,7 +8,7 @@ use crate::json;
|
|||
async fn index_with_documents<'a>(server: &'a Server, documents: &Value) -> Index<'a> {
|
||||
let index = server.index("test");
|
||||
|
||||
let(task,_status_code) =index.add_documents(documents.clone(), None).await;
|
||||
let (task, _status_code) = index.add_documents(documents.clone(), None).await;
|
||||
index.wait_task(task.uid()).await.succeeded();
|
||||
index
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue