mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
fix style
This commit is contained in:
parent
26d29783ce
commit
2d31371975
3 changed files with 51 additions and 2 deletions
|
@ -73,7 +73,6 @@ optional = true
|
|||
[dev-dependencies]
|
||||
tempdir = "0.3.7"
|
||||
tokio = { version = "0.2.18", features = ["macros", "time"] }
|
||||
serde_url_params = "0.2.0"
|
||||
|
||||
[dev-dependencies.assert-json-diff]
|
||||
git = "https://github.com/qdequele/assert-json-diff"
|
||||
|
|
|
@ -175,7 +175,6 @@ impl SearchQuery {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/// Parses the incoming string into an array of attributes for which to return a count. It returns
|
||||
/// a Vec of attribute names ascociated with their id.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue