Fix clippy warning

pull/901/head
Wilfred Hughes 2025-10-11 23:07:07 +07:00
parent 05a0736862
commit fadf9b68ed
1 changed files with 1 additions and 1 deletions

@ -140,7 +140,7 @@ fn app() -> clap::Command {
} else {
after_help.push_str("https://difftastic.wilfred.me.uk/");
}
after_help.push_str(".");
after_help.push('.');
Command::new("Difftastic")
.override_usage(USAGE)