From bf53b641252bf3066d1e52428232dfce557816f7 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Mon, 23 Jul 2018 21:10:55 +0200 Subject: [PATCH] Small style fix --- src/app.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 0616c83f..0d4f6150 100644 --- a/src/app.rs +++ b/src/app.rs @@ -283,7 +283,8 @@ impl App { }, term_width: Term::stdout().size().1 as usize, files, - theme: self.matches + theme: self + .matches .value_of("theme") .and_then(|theme_name_arg| Some(String::from(theme_name_arg))) .or_else(|| {