Revert "fix(style): fix code format warning"

This reverts commit a4a4d4c307.
This commit is contained in:
rami3l 2021-08-01 11:41:29 +02:00
parent 9eaae979e4
commit 7f8f5ccc9a

View file

@ -2485,7 +2485,8 @@ 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)"),
);
}
}