mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Fix the formatting
This commit is contained in:
parent
1b78231e18
commit
1d507c84b2
2 changed files with 4 additions and 9 deletions
|
@ -423,13 +423,8 @@ mod test {
|
|||
wdcache: &mut WordDerivationsCache::new(),
|
||||
excluded_candidates: &RoaringBitmap::new(),
|
||||
};
|
||||
let parent = Initial::<NoopDistinct>::new(
|
||||
&context,
|
||||
query_tree,
|
||||
Some(facet_candidates),
|
||||
false,
|
||||
None,
|
||||
);
|
||||
let parent =
|
||||
Initial::<NoopDistinct>::new(&context, query_tree, Some(facet_candidates), false, None);
|
||||
let criteria = Typo::new(&context, Box::new(parent));
|
||||
|
||||
let result = display_criteria(criteria, criterion_parameters);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue