Use initialization shorthand

This commit is contained in:
Jeremy Stucki 2019-06-21 09:06:06 +02:00
parent c5c64d48b7
commit c6327bc22f
No known key found for this signature in database
GPG key ID: EEFCA93148042655

View file

@ -74,10 +74,10 @@ impl<'b, 'c, 'd, 'w> Help<'b, 'c, 'd, 'w> {
next_line_help: nlh,
hide_pv,
term_w,
color: color,
color,
longest: 0,
force_next_line: false,
cizer: cizer,
cizer,
use_long,
}
}