remove unuseful matches expression

pull/1381/head
MarcoIeni 4 years ago committed by David Peter
parent 43b2ee5e71
commit 2ccff145ed

@ -224,7 +224,7 @@ impl App {
style_components,
syntax_mapping,
pager: self.matches.value_of("pager"),
use_italic_text: matches!(self.matches.value_of("italic-text"), Some("always")),
use_italic_text: self.matches.value_of("italic-text") == Some("always"),
highlighted_lines: self
.matches
.values_of("highlight-line")

Loading…
Cancel
Save