chore(aesthetic): remove extra println! at the end

This commit is contained in:
Muhammad Nauman Raza 2024-05-26 16:40:46 +01:00
parent 1fa02407d5
commit 99d0c3dad3

View file

@ -104,6 +104,4 @@ fn main() {
}
println!("{}", color_string);
}
println!();
}