Skip to content

Commit

Permalink
Fix formatting from pretty_help
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Jan 24, 2024
1 parent ec19915 commit f6b94ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/pretty_help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub struct PrettyHelpConfiguration<'a> {
/// Whether to include [`crate::Command::description`] (above [`crate::Command::help_text`]).
pub include_description: bool,
/// Color of the Embed
pub color: (u8,u8,u8),
pub color: (u8, u8, u8),
#[doc(hidden)]
pub __non_exhaustive: (),
}
Expand Down

0 comments on commit f6b94ca

Please sign in to comment.