mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-14 14:48:19 +02:00
Small style fix
This commit is contained in:
parent
c68aa0f424
commit
bf53b64125
@ -283,7 +283,8 @@ impl App {
|
|||||||
},
|
},
|
||||||
term_width: Term::stdout().size().1 as usize,
|
term_width: Term::stdout().size().1 as usize,
|
||||||
files,
|
files,
|
||||||
theme: self.matches
|
theme: self
|
||||||
|
.matches
|
||||||
.value_of("theme")
|
.value_of("theme")
|
||||||
.and_then(|theme_name_arg| Some(String::from(theme_name_arg)))
|
.and_then(|theme_name_arg| Some(String::from(theme_name_arg)))
|
||||||
.or_else(|| {
|
.or_else(|| {
|
||||||
|
Loading…
Reference in New Issue
Block a user