style: rustfmt
This commit is contained in:
parent
950a13bc69
commit
a45f65bd73
1 changed files with 1 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue