Skip to content

Commit

Permalink
Revert "fix(style): fix code format warning"
Browse files Browse the repository at this point in the history
This reverts commit a4a4d4c.
  • Loading branch information
rami3l committed Aug 1, 2021
1 parent 9eaae97 commit 7f8f5cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/build/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)"),
);
}
}
Expand Down

0 comments on commit 7f8f5cc

Please sign in to comment.