Skip to content

Commit

Permalink
Removed unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisorlando committed Sep 27, 2024
1 parent 5109f98 commit 72a8ecd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions time/src/formatting/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ fn fmt_year(
#[cfg(feature = "large-dates")]
modifier::YearRepr::Full if value.abs() >= 100_000 => format_number::<6>,
#[cfg(feature = "large-dates")]
modifier::YearRepr::Four if value.abs() >= 1_000 => format_number::<4>,
#[cfg(feature = "large-dates")]
modifier::YearRepr::Full if value.abs() >= 10_000 => format_number::<5>,

modifier::YearRepr::Full => format_number::<4>,
Expand Down

0 comments on commit 72a8ecd

Please sign in to comment.