diff --git a/command/src/main.rs b/command/src/main.rs index c51ddc58..fc1707d3 100644 --- a/command/src/main.rs +++ b/command/src/main.rs @@ -1,7 +1,11 @@ -use cliclack::{confirm, input, intro, multiselect, select, spinner, log}; +use cliclack::{confirm, input, intro, log, multiselect, select, spinner}; use colored::Colorize; use local_ip_address::local_ip; -use std::{collections::HashMap, io::Error, path::{Path, PathBuf}}; +use std::{ + collections::HashMap, + io::Error, + path::{Path, PathBuf}, +}; const BANNER: &str = r" |\_ _ _ _ @@ -170,7 +174,7 @@ fn setup() -> std::io::Result<()> { services .iter() .filter_map(|service| service.compose_profile.clone()) - .flatten() + .flatten() .map(std::string::ToString::to_string) .collect(), ),