From a45ad32bcf68c19ca0442455d935a50f759ef97e Mon Sep 17 00:00:00 2001 From: Barry Revzin Date: Fri, 24 Dec 2021 12:57:07 -0600 Subject: [PATCH] clang-format --- include/fmt/ranges.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/fmt/ranges.h b/include/fmt/ranges.h index 0d6f3d3d..2ea1c125 100644 --- a/include/fmt/ranges.h +++ b/include/fmt/ranges.h @@ -605,7 +605,8 @@ struct formatter< } template , context>::value)> - static auto map(T&& value) -> decltype(mapper().map(static_cast(value))) { + static auto map(T&& value) + -> decltype(mapper().map(static_cast(value))) { return mapper().map(static_cast(value)); }