cargo fmt

This commit is contained in:
Loïc Lecrenier
2022-08-04 11:34:10 +02:00
parent 051f24f674
commit 748bb86b5b
3 changed files with 8 additions and 6 deletions

View File

@ -370,7 +370,7 @@ mod test {
let parent = Initial::new(query_tree, facet_candidates);
let criteria = Typo::new(&context, Box::new(parent));
let result = display_criteria(criteria, criterion_parameters);
insta::assert_snapshot!(result, @r###"
CriterionResult { query_tree: None, candidates: None, filtered_candidates: None, bucket_candidates: None }