Fix formatting and apply clippy suggestion

This commit is contained in:
Andrey "MOU" Larionov
2022-10-10 11:04:46 +02:00
parent 9dbc71cb6d
commit 343a677566
4 changed files with 28 additions and 17 deletions

View File

@ -1,7 +1,7 @@
use crate::common::{GetAllDocumentsOptions, Server};
use serde_json::json;
use crate::common::encoder::Encoder;
use serde_json::json;
#[actix_rt::test]
async fn error_document_update_create_index_bad_uid() {