mirror of
https://github.com/sharkdp/bat
synced 2026-07-25 17:21:43 +00:00
Fix code style
This commit is contained in:
committed by
David Peter
parent
ab27cac0cc
commit
148caa1381
+1
-2
@@ -42,8 +42,7 @@ impl OutputType {
|
||||
if initial_pager == "bat" {
|
||||
pager_name = "less";
|
||||
args = &[];
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
pager_name = initial_pager;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user