Skip to content

Commit

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

0 comments on commit a4a4d4c

Please sign in to comment.