mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
remove new line added by accident
This commit is contained in:
parent
f540a69ac3
commit
8c8cc59a6c
1 changed files with 0 additions and 2 deletions
|
@ -214,7 +214,6 @@ pub fn bucket_sort<'ctx, Q: RankingRuleQueryTrait>(
|
|||
continue;
|
||||
}
|
||||
|
||||
|
||||
let Some(next_bucket) = ranking_rules[cur_ranking_rule_index].next_bucket(
|
||||
ctx,
|
||||
logger,
|
||||
|
@ -244,7 +243,6 @@ pub fn bucket_sort<'ctx, Q: RankingRuleQueryTrait>(
|
|||
if current_score < ranking_score_threshold {
|
||||
all_candidates -=
|
||||
next_bucket.candidates | &ranking_rule_universes[cur_ranking_rule_index];
|
||||
|
||||
back!();
|
||||
cur_ranking_rule_index += 1;
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue