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