From b852430614ee16d50a36f656cea77703f287b453 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Sat, 25 Oct 2025 14:55:53 -0400 Subject: [PATCH] Update formatting to be consistent with rest of span --- include/boost/core/span.hpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/include/boost/core/span.hpp b/include/boost/core/span.hpp index 8c4edde..0144659 100644 --- a/include/boost/core/span.hpp +++ b/include/boost/core/span.hpp @@ -24,15 +24,13 @@ class span; namespace detail { template -struct span_convertible -{ +struct span_convertible { static constexpr bool value = false; }; template -struct span_convertible::value>::type> -{ +struct span_convertible::value>::type> { static constexpr bool value = true; };