mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-19 04:21:06 +00: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…
x
Reference in New Issue
Block a user