Format fixes after running: cargo +nightly fmt

This commit is contained in:
Mahmoud Rawas 2025-01-07 11:16:37 +11:00
parent d7cb319217
commit 98e3ecb86b
21 changed files with 208 additions and 189 deletions

View file

@ -129,10 +129,10 @@ async fn perform_on_demand_snapshot() {
index.load_test_set().await;
let (task,_status_code) = server.index("doggo").create(Some("bone")).await;
let (task, _status_code) = server.index("doggo").create(Some("bone")).await;
index.wait_task(task.uid()).await.succeeded();
let (task,_status_code) = server.index("doggo").create(Some("bone")).await;
let (task, _status_code) = server.index("doggo").create(Some("bone")).await;
index.wait_task(task.uid()).await.failed();
let (task, code) = server.create_snapshot().await;