From 493cd716b6a17a9ecf54e7610c116ca71cd85910 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sat, 25 Jul 2026 19:49:56 +0200 Subject: [PATCH] =?UTF-8?q?style(simulation):=20gate=20bounce=20=E2=80=94?= =?UTF-8?q?=20cargo=20fmt=20in=20fix-round=20fixture?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- server/src/atlas/believability.rs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/server/src/atlas/believability.rs b/server/src/atlas/believability.rs index 0f0d8f9e1..de470178a 100644 --- a/server/src/atlas/believability.rs +++ b/server/src/atlas/believability.rs @@ -995,7 +995,14 @@ mod tests { // One land district... lone_island.insert( SurveyCellPos(0, 0), - district(MorphologyZone::AlluvialPlain, 20, 0, 50, 0, VegetationClass::Scrub), + district( + MorphologyZone::AlluvialPlain, + 20, + 0, + 50, + 0, + VegetationClass::Scrub, + ), ); // ...surrounded by ocean (the "seamount" shape) — many ocean districts, but // only one that can ever cast a real D8 vote.