diff --git a/src/main.rs b/src/main.rs index fb87cb5..7c386b9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,5 @@ -use std::process::Command; - use owo_colors::OwoColorize; +use std::process::Command; fn main() -> std::io::Result<()> { let ports = [80, 443, 8448];