Skip to content

Commit a6c6e81

Browse files
Vanessa McHalekbknapp
authored andcommitted
typo fixed
1 parent 0da5820 commit a6c6e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/help.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ impl<'a> Help<'a> {
220220
}) {
221221
if arg.longest_filter() {
222222
debugln!("Help::write_args: Current Longest...{}", self.longest);
223-
;self.longest = cmp::max(self.longest, str_width(arg.to_string().as_str()));
223+
self.longest = cmp::max(self.longest, str_width(arg.to_string().as_str()));
224224
debugln!("Help::write_args: New Longest...{}", self.longest);
225225
}
226226
let btm = ord_m.entry(arg.disp_ord()).or_insert(BTreeMap::new());

0 commit comments

Comments
 (0)