style: Correct indentation in locale initialization (#4557)

This commit is contained in:
teruyamato0731 2025-10-02 20:10:31 +09:00 committed by GitHub
parent 4801f54e59
commit b9ac8b225d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1598,7 +1598,7 @@ class get_locale {
ignore_unused(loc);
::new (&locale_) std::locale(
#if FMT_USE_LOCALE
loc.template get<std::locale>()
loc.template get<std::locale>()
#endif
);
}