mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-11 16:18:21 +01:00
Remove unnecessary parenthesis
This commit is contained in:
parent
6017989c4c
commit
5df449bcf3
@ -177,8 +177,8 @@ impl App {
|
||||
term_width: maybe_term_width.unwrap_or(Term::stdout().size().1 as usize),
|
||||
loop_through: !(self.interactive_output
|
||||
|| self.matches.value_of("color") == Some("always")
|
||||
|| (self.matches.value_of("decorations") == Some("always")
|
||||
|| self.matches.is_present("force-colorization"))),
|
||||
|| self.matches.value_of("decorations") == Some("always")
|
||||
|| self.matches.is_present("force-colorization")),
|
||||
tab_width: self
|
||||
.matches
|
||||
.value_of("tabs")
|
||||
|
Loading…
Reference in New Issue
Block a user