fix style

This commit is contained in:
mpostma 2020-06-01 14:57:26 +02:00
parent 26d29783ce
commit 2d31371975
3 changed files with 51 additions and 2 deletions

View file

@ -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"

View file

@ -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.
///