From 35b2958c8d572b3c444996a06c101bee9d68e951 Mon Sep 17 00:00:00 2001 From: Alain Emilia Anna Zscheile Date: Wed, 11 Dec 2024 23:31:08 +0100 Subject: [PATCH] chore(geometry): run cargo fmt --- src/geometry/recording_with_rtree.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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();