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 3bd27edd3b
commit 40338ae0a6

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();