Skip to content

Commit 0bfa6fe

Browse files
committed
chore: Fix formatting in command
1 parent abf5cd1 commit 0bfa6fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clap_builder/src/builder/command.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3703,7 +3703,6 @@ impl Command {
37033703
self
37043704
}
37053705

3706-
37073706
/// Set a custom help heading
37083707
///
37093708
/// To place the `help` subcommand under a custom heading amend the default
@@ -4321,7 +4320,7 @@ impl Command {
43214320
pub fn is_help_heading_set(&self) -> bool {
43224321
self.help_heading.is_some()
43234322
}
4324-
4323+
43254324
/// Report whether [`Command::subcommand_required`] is set
43264325
pub fn is_subcommand_required_set(&self) -> bool {
43274326
self.is_set(AppSettings::SubcommandRequired)

0 commit comments

Comments
 (0)