Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Oct 19, 2024
1 parent 0aa2d05 commit da26b8f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions components/datetime/src/fieldset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ macro_rules! yes_to {
/// Generates the options argument passed into the docs test constructor
macro_rules! length_option_helper {
($type:ty, $length:ident) => {
concat!(
stringify!($type),
"::",
stringify!($length),
"()"
)
concat!(stringify!($type), "::", stringify!($length), "()")
};
}

Expand Down

0 comments on commit da26b8f

Please sign in to comment.