Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Nov 20, 2023
1 parent a8b3f6a commit 0e93226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/datetime/src/datetime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use icu_provider::prelude::*;
use writeable::Writeable;

use crate::{
calendar, input::DateInput, input::DateTimeInput, input::IsoTimeInput, calendar::CldrCalendar,
calendar, calendar::CldrCalendar, input::DateInput, input::DateTimeInput, input::IsoTimeInput,
DateTimeError, FormattedDateTime,
};

Expand Down
3 changes: 2 additions & 1 deletion components/datetime/src/zoned_datetime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use writeable::Writeable;

use crate::{
calendar,
calendar::CldrCalendar,
format::zoned_datetime::FormattedZonedDateTime,
input::{DateTimeInput, TimeZoneInput},
options::DateTimeFormatterOptions,
Expand All @@ -22,7 +23,7 @@ use crate::{
},
raw,
time_zone::TimeZoneFormatterOptions,
calendar::CldrCalendar, DateTimeError,
DateTimeError,
};

/// The composition of [`TypedDateTimeFormatter`](crate::TypedDateTimeFormatter) and [`TimeZoneFormatter`].
Expand Down

0 comments on commit 0e93226

Please sign in to comment.