cargo: fmt

This commit is contained in:
Muhammad Nauman Raza 2024-05-26 23:50:34 +01:00
parent 29cac0a100
commit c44deae3c2
Signed by: devraza
GPG key ID: 91EAD6081011574B

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