From d67b4a4e9a2bfacf17d5c5fa57c600ce79ce6188 Mon Sep 17 00:00:00 2001 From: Elliot Haisley <35050275+Apache-HB@users.noreply.github.com> Date: Wed, 7 Apr 2021 11:50:01 -0400 Subject: [PATCH] clang format --- include/fmt/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index 45c208f5..45bf19bb 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -392,7 +392,7 @@ template class basic_string_view { the size with ``std::char_traits::length``. \endrst */ -#if __cplusplus >= 201703L // C++17's char_traits::length() is constexpr. +#if __cplusplus >= 201703L // C++17's char_traits::length() is constexpr. constexpr #endif FMT_INLINE