style(simulation): gate bounce — cargo fmt in fix-round fixture
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user