From b9ac8b225ddfd64b63997007653eaf3e9d05d510 Mon Sep 17 00:00:00 2001 From: teruyamato0731 <77840326+teruyamato0731@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:10:31 +0900 Subject: [PATCH] style: Correct indentation in locale initialization (#4557) --- include/fmt/chrono.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/chrono.h b/include/fmt/chrono.h index a91c407c..9fbeeed6 100644 --- a/include/fmt/chrono.h +++ b/include/fmt/chrono.h @@ -1598,7 +1598,7 @@ class get_locale { ignore_unused(loc); ::new (&locale_) std::locale( #if FMT_USE_LOCALE - loc.template get() + loc.template get() #endif ); }