Fix code style

This commit is contained in:
Rodrigo Orem 2018-11-06 13:23:06 -02:00 committed by David Peter
parent ab27cac0cc
commit 148caa1381
1 changed files with 1 additions and 2 deletions

View File

@ -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;
} }