mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-12-24 13:40:31 +01:00
cargo fmt
This commit is contained in:
parent
051f24f674
commit
748bb86b5b
@ -490,12 +490,14 @@ impl<'a> From<FilterCondition<'a>> for Filter<'a> {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use crate::index::tests::TempIndex;
|
||||
use crate::Filter;
|
||||
use std::fmt::Write;
|
||||
|
||||
use big_s::S;
|
||||
use either::Either;
|
||||
use maplit::hashset;
|
||||
use std::fmt::Write;
|
||||
|
||||
use crate::index::tests::TempIndex;
|
||||
use crate::Filter;
|
||||
|
||||
#[test]
|
||||
fn empty_db() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user