fix(simulation): rustfmt long argument lists in atlas dispatch
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user