From 3a560b7dd9bc5b7b8f1c8bd7c8e1617a0f0cd8af Mon Sep 17 00:00:00 2001 From: Barry Revzin Date: Wed, 27 Jul 2022 07:00:20 -0500 Subject: [PATCH] clang-format --- include/fmt/ranges.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/fmt/ranges.h b/include/fmt/ranges.h index 494ce71c..5d807f3c 100644 --- a/include/fmt/ranges.h +++ b/include/fmt/ranges.h @@ -356,7 +356,7 @@ struct formatter sep) { separator_ = sep; @@ -453,7 +453,7 @@ struct range_formatter< } public: - FMT_CONSTEXPR range_formatter() { } + FMT_CONSTEXPR range_formatter() {} FMT_CONSTEXPR auto underlying() -> detail::range_formatter_type& { return underlying_;