fix(simulation): rustfmt long argument lists in atlas dispatch

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-05 09:40:28 +02:00
co-authored by Claude Opus 4.6
parent 1640c880da
commit fe788a0ae3
+22 -3
View File
@@ -236,8 +236,19 @@ fn main() {
inhabited,
population,
} => mutate::cmd_add_body(
&conn, id, system, r#type, *orbit, name, parent, mass_class, atmosphere, *gravity,
biome, *inhabited, *population,
&conn,
id,
system,
r#type,
*orbit,
name,
parent,
mass_class,
atmosphere,
*gravity,
biome,
*inhabited,
*population,
),
Commands::AddStation {
id,
@@ -249,7 +260,15 @@ fn main() {
docking,
gate,
} => mutate::cmd_add_station(
&conn, id, system, orbits, r#type, name, *population, docking, *gate,
&conn,
id,
system,
orbits,
r#type,
name,
*population,
docking,
*gate,
),
Commands::Stats => stats::cmd_stats(&conn),
Commands::Author {