mirror of
https://github.com/sharkdp/bat
synced 2024-11-17 09:27:59 +00:00
Small style fix
This commit is contained in:
parent
c68aa0f424
commit
bf53b64125
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue