Run cargo fmt

This commit is contained in:
Samyak Sarnayak 2022-10-28 19:37:02 +05:30
parent 03eb5d87c1
commit ecb88143f9
No known key found for this signature in database
GPG Key ID: 754DB639009A05CE

View File

@ -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)?),
}