From e5de82a917db93b83d4eb52be8b7364bbc432039 Mon Sep 17 00:00:00 2001 From: "Khanh H." Date: Sun, 15 Sep 2024 18:30:53 -0700 Subject: [PATCH] Lint --- include/fmt/chrono.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/fmt/chrono.h b/include/fmt/chrono.h index 70c6016dc622..f992fe5e9a65 100644 --- a/include/fmt/chrono.h +++ b/include/fmt/chrono.h @@ -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() { @@ -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);