From d471e08ada2da3c3733020f9d105080e1869f0ee Mon Sep 17 00:00:00 2001 From: Stepan Ponomarev Date: Thu, 20 Oct 2022 10:13:47 +0200 Subject: [PATCH] Apply clang-format --- 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 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_);