style: run cargo fmt

This commit is contained in:
2026-09-04 09:17:48 +00:00
parent e10e1fb017
commit 8751c39cce
6 changed files with 9 additions and 8 deletions

View File

@@ -11,7 +11,9 @@ fn main() -> Result<()> {
match args.command {
cli::Commands::Compose { command } => {
eprintln!("DEPRECATION NOTICE: this is deprecated in favor of docker compose COMPOSE_FILE env");
eprintln!(
"DEPRECATION NOTICE: this is deprecated in favor of docker compose COMPOSE_FILE env"
);
match command {
cli::DockerCompose::Bash => scripts::docker_compose::bash(),
cli::DockerCompose::Build => scripts::docker_compose::build(),