From a4a4d4c30769e837a186ea26503a182eb49ff2f3 Mon Sep 17 00:00:00 2001 From: rami3l Date: Fri, 30 Jul 2021 22:28:15 +0200 Subject: [PATCH] fix(style): fix code format warning --- src/build/app/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/build/app/mod.rs b/src/build/app/mod.rs index 167aa1cfb64..5ac56422db1 100644 --- a/src/build/app/mod.rs +++ b/src/build/app/mod.rs @@ -2485,8 +2485,7 @@ impl<'help> App<'help> { { debug!("App::_check_help_and_version: Building help subcommand"); self.subcommands.push( - App::new("help") - .about("Print this message or the help of the given subcommand(s)"), + App::new("help").about("Print this message or the help of the given subcommand(s)"), ); } }