style(simulation): cargo fmt on the T-1174 batch (gate bounce)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-25 01:16:43 +02:00
co-authored by Claude Fable 5
parent 630d735d13
commit 9068fcbc0b
6 changed files with 41 additions and 32 deletions
+4 -1
View File
@@ -756,7 +756,10 @@ pub(crate) fn resolve_settlement_morphology_zone(
heightmap: &crate::atlas::heightmap::BodyHeightmap,
) -> Option<crate::simulation::generator::MorphologyZone> {
let params = body_params?;
let (_l1, ta) = terrain_cache.lock().unwrap().get_or_derive(body_id, heightmap);
let (_l1, ta) = terrain_cache
.lock()
.unwrap()
.get_or_derive(body_id, heightmap);
let climate = ClimateConstants::default();
let profile = crate::atlas::district_profile::derive_at_metres(
body_seed,