mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-17 02:32:26 +01:00
Applied linter fixes
This commit is contained in:
committed by
David Peter
parent
a21ae614e6
commit
82f14121bd
@@ -51,7 +51,7 @@ impl OutputType {
|
||||
|
||||
let pager = pager_from_config
|
||||
.or(pager_from_env)
|
||||
.unwrap_or(String::from("less"));
|
||||
.unwrap_or_else(|| String::from("less"));
|
||||
|
||||
let pagerflags =
|
||||
shell_words::split(&pager).chain_err(|| "Could not parse pager command.")?;
|
||||
|
Reference in New Issue
Block a user