From 43454d1c8a0ef77003510a98b820290ba7911f18 Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Wed, 31 Dec 2025 11:10:20 -0500 Subject: [PATCH] Cleanup. --- src/mapping/map.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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