mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +00:00
typo fixed
This commit is contained in:
parent
0da5820e3b
commit
a6c6e81529
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ impl<'a> Help<'a> {
|
|||
}) {
|
||||
if arg.longest_filter() {
|
||||
debugln!("Help::write_args: Current Longest...{}", self.longest);
|
||||
;self.longest = cmp::max(self.longest, str_width(arg.to_string().as_str()));
|
||||
self.longest = cmp::max(self.longest, str_width(arg.to_string().as_str()));
|
||||
debugln!("Help::write_args: New Longest...{}", self.longest);
|
||||
}
|
||||
let btm = ord_m.entry(arg.disp_ord()).or_insert(BTreeMap::new());
|
||||
|
|
Loading…
Add table
Reference in a new issue