Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KKhanhH committed Sep 16, 2024
1 parent 91a9100 commit e5de82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/fmt/chrono.h
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ class tm_writer {
format_localized('V', 'O');
}

void on_iso_week_based_year() {
void on_iso_week_based_year() {
write_year(tm_iso_week_year(), pad_type::zero);
}
void on_iso_week_based_short_year() {
Expand All @@ -1488,7 +1488,7 @@ class tm_writer {
}
write2(yday % 100, pad);
}

void on_day_of_month(numeric_system ns, pad_type pad) {
if (is_classic_ || ns == numeric_system::standard)
return write2(tm_mday(), pad);
Expand Down

0 comments on commit e5de82a

Please sign in to comment.