chore: fix formatting

This commit is contained in:
rvcas 2022-09-06 15:45:08 -04:00
parent 9b491b3777
commit 4d742b5b47
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 1 additions and 4 deletions

View File

@ -121,10 +121,7 @@ fn main() -> anyhow::Result<()> {
"\nBudget\n------\ncpu: {}\nmemory: {}\n",
cost.cpu, cost.mem
);
println!(
"\nLogs\n----\n{}",
logs.join("\n")
)
println!("\nLogs\n----\n{}", logs.join("\n"))
}
},
}