mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Fix formatting and apply clippy suggestion
This commit is contained in:
parent
9dbc71cb6d
commit
343a677566
4 changed files with 28 additions and 17 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue