diff --git a/src/geometry/recording_with_rtree.rs b/src/geometry/recording_with_rtree.rs index 9179464..7768fd0 100644 --- a/src/geometry/recording_with_rtree.rs +++ b/src/geometry/recording_with_rtree.rs @@ -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();