style: rustfmt

This commit is contained in:
atlas 2026-07-08 23:31:57 +02:00
commit a45f65bd73

View file

@ -263,8 +263,7 @@ async fn run_reconcile(
let agent_dir = Coordinator::agent_dir(name);
let hive = coord.hive_env();
let paths = Coordinator::agent_paths(name, agent_dir);
let token =
crate::lifecycle::converge_start_preamble(name, &hive, &paths).await?;
let token = crate::lifecycle::converge_start_preamble(name, &hive, &paths).await?;
ctx.step("nixos-container start");
crate::lifecycle::start_with_fallback(token).await?;
coord.kick_agent(name, "container started");