style(simulation): gate bounce — cargo fmt in fix-round fixture

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-25 19:49:56 +02:00
co-authored by Claude Fable 5
parent 5d1935f8fc
commit 493cd716b6
+8 -1
View File
@@ -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.