Small style fix

pull/192/head
sharkdp 6 years ago committed by David Peter
parent c68aa0f424
commit bf53b64125

@ -283,7 +283,8 @@ impl App {
},
term_width: Term::stdout().size().1 as usize,
files,
theme: self.matches
theme: self
.matches
.value_of("theme")
.and_then(|theme_name_arg| Some(String::from(theme_name_arg)))
.or_else(|| {

Loading…
Cancel
Save