From 2af54dbacda66a34155edfd3cdf6552de8573c4b Mon Sep 17 00:00:00 2001 From: John Higgins Date: Fri, 9 Sep 2022 22:26:53 -0700 Subject: [PATCH] Fixed else statement with `cargo fmt` --- src/bin/bat/app.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/bat/app.rs b/src/bin/bat/app.rs index b52aa265..75e5a063 100644 --- a/src/bin/bat/app.rs +++ b/src/bin/bat/app.rs @@ -174,8 +174,7 @@ impl App { } _ => unreachable!("other values for --wrap are not allowed"), } - } - else { + } else { WrappingMode::NoWrapping(true) } } else {