cargo: fmt

This commit is contained in:
Muhammad Nauman Raza 2024-05-26 23:50:34 +01:00
parent 8e32940066
commit f1c8105732

View file

@ -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];