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

@ -13,7 +13,7 @@ async fn update_primary_key() {
assert_eq!(code, 202);
let (task,_status_code) = index.update(Some("primary")).await;
let (task, _status_code) = index.update(Some("primary")).await;
let response = index.wait_task(task.uid()).await;
@ -46,7 +46,7 @@ async fn create_and_update_with_different_encoding() {
assert_eq!(code, 202);
let index = server.index_with_encoder("test", Encoder::Brotli);
let (task,_status_code) = index.update(Some("primary")).await;
let (task, _status_code) = index.update(Some("primary")).await;
let response = index.wait_task(task.uid()).await;