style: run cargo fmt
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user