mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-23 14:58:49 +01:00
Fix code style
This commit is contained in:
parent
ab27cac0cc
commit
148caa1381
@ -42,8 +42,7 @@ impl OutputType {
|
||||
if initial_pager == "bat" {
|
||||
pager_name = "less";
|
||||
args = &[];
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
pager_name = initial_pager;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user