From fe788a0ae3ed3dbf844c4bc6a26cbc93a644dbe2 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 5 Apr 2026 09:40:28 +0200 Subject: [PATCH] fix(simulation): rustfmt long argument lists in atlas dispatch Co-Authored-By: Claude Opus 4.6 --- server/src/bin/atlas/main.rs | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/server/src/bin/atlas/main.rs b/server/src/bin/atlas/main.rs index fd35bf9fc..a57d9f331 100644 --- a/server/src/bin/atlas/main.rs +++ b/server/src/bin/atlas/main.rs @@ -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 {