mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Cargo fmt
This commit is contained in:
parent
36c9f05998
commit
e641d08846
3 changed files with 5 additions and 4 deletions
|
@ -8,8 +8,8 @@ use meilisearch_types::tasks::{IndexSwap, KindWithContent};
|
|||
use serde::Deserialize;
|
||||
|
||||
use crate::error::MeilisearchHttpError;
|
||||
use crate::extractors::authentication::GuardedData;
|
||||
use crate::extractors::authentication::{policies::*, AuthenticationError};
|
||||
use crate::extractors::authentication::policies::*;
|
||||
use crate::extractors::authentication::{AuthenticationError, GuardedData};
|
||||
use crate::extractors::sequential_extractor::SeqHandler;
|
||||
use crate::routes::tasks::TaskView;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue