chore(geometry): run cargo fmt

This commit is contained in:
Alain Emilia Anna Zscheile 2024-12-11 23:31:08 +01:00
parent 41aeb97c16
commit 35b2958c8d
1 changed files with 2 additions and 1 deletions

View File

@ -149,7 +149,8 @@ impl<
let old_members = geometry.compound_members(compound).collect(); let old_members = geometry.compound_members(compound).collect();
let old_weight = geometry.compound_weight(compound); let old_weight = geometry.compound_weight(compound);
self.geometry_with_rtree.add_to_compound(primitive, compound); self.geometry_with_rtree
.add_to_compound(primitive, compound);
let geometry = self.geometry_with_rtree.geometry(); let geometry = self.geometry_with_rtree.geometry();
let new_members = geometry.compound_members(compound).collect(); let new_members = geometry.compound_members(compound).collect();