mirror of https://codeberg.org/topola/topola.git
chore(geometry): run cargo fmt
This commit is contained in:
parent
41aeb97c16
commit
35b2958c8d
|
|
@ -149,7 +149,8 @@ impl<
|
|||
let old_members = geometry.compound_members(compound).collect();
|
||||
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 new_members = geometry.compound_members(compound).collect();
|
||||
|
|
|
|||
Loading…
Reference in New Issue