mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 10:37:41 +08:00
Run cargo fmt
This commit is contained in:
parent
03eb5d87c1
commit
ecb88143f9
@ -497,7 +497,7 @@ fn resolve_plane_sweep_candidates(
|
||||
}
|
||||
}
|
||||
match subgroup.len() {
|
||||
0 => {},
|
||||
0 => {}
|
||||
1 => groups_positions.push(subgroup.pop().unwrap()),
|
||||
_ => groups_positions.push(plane_sweep(subgroup, true)?),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user