diff --git a/src/mapping/map.rs b/src/mapping/map.rs index 2457d5c..c5d7401 100644 --- a/src/mapping/map.rs +++ b/src/mapping/map.rs @@ -202,6 +202,7 @@ pub fn write_map_to_file(file: &mut File, map: &MapFile) -> anyhow::Result) { if new.domain.start == old.domain.start { // Case 6 of map::tests::test_update @@ -229,8 +230,6 @@ fn other_engulfs_self_update(new: Cluster, old: &mut Cluster, map: &mut Vec