Skip to content

Commit

Permalink
refactor(actions): slightly adjust output for replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
norskeld committed Mar 30, 2024
1 parent 402ebc9 commit fd35d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ impl Replace {
"✗".red()
};

println!("└─ {state} {replacement}");
println!("└─ {state} {replacement}");
}
}

Expand Down

0 comments on commit fd35d46

Please sign in to comment.