feat(aesthetics): indent targets twice with ask_once

This commit is contained in:
Muhammad Nauman Raza 2024-05-26 15:46:15 +01:00
parent 6aeaacc8b6
commit 5986463a97
No known key found for this signature in database
GPG key ID: B0EF3A98B29ADB1D

View file

@ -62,7 +62,7 @@ fn vaporise() -> Result<()> {
if args.ask_once {
println!();
for target in args.targets.iter() {
println!(" {}", target.bold());
println!(" {}", target.bold());
}
println!();
confirm_once();