diff --git a/include/fmt/chrono.h b/include/fmt/chrono.h index 90156a8f..19fa3f04 100644 --- a/include/fmt/chrono.h +++ b/include/fmt/chrono.h @@ -1263,7 +1263,7 @@ class tm_writer { OutputIt out() const { return out_; } - const std::locale & locale() const { return loc_; } + const std::locale& locale() const { return loc_; } FMT_CONSTEXPR void on_text(const Char* begin, const Char* end) { out_ = copy_str(begin, end, out_);