Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Nov 5, 2024
1 parent 48d767a commit b7984fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions components/datetime/src/neo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,8 @@ impl RawNeoOptions {
},
alignment: GetField::<FSet::AlignmentOption>::get_field(field_set).into_option(),
year_style: GetField::<FSet::YearStyleOption>::get_field(field_set).into_option(),
time_precision: GetField::<FSet::TimePrecisionOption>::get_field(
field_set,
)
.into_option(),
time_precision: GetField::<FSet::TimePrecisionOption>::get_field(field_set)
.into_option(),
hour_cycle,
}
}
Expand Down

0 comments on commit b7984fe

Please sign in to comment.