mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fixes formatting issues
This commit is contained in:
parent
da4d47b5d0
commit
da59a043ba
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ use urlencoding::encode as urlencode;
|
|||
|
||||
use super::encoder::Encoder;
|
||||
use super::service::Service;
|
||||
use super::Value;
|
||||
use super::{Owned, Shared};
|
||||
use super::{Owned, Shared, Value};
|
||||
use crate::json;
|
||||
|
||||
pub struct Index<'a, State = Owned> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue