From ded736a422e8b26ba586b8c662065368fdc10b4e Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 12 Feb 2025 19:11:27 +0100 Subject: [PATCH] style: pre-commit --- src/core/include/mp-units/framework/unit_magnitude_concepts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/include/mp-units/framework/unit_magnitude_concepts.h b/src/core/include/mp-units/framework/unit_magnitude_concepts.h index 0204f327..be055212 100644 --- a/src/core/include/mp-units/framework/unit_magnitude_concepts.h +++ b/src/core/include/mp-units/framework/unit_magnitude_concepts.h @@ -54,7 +54,7 @@ struct unit_magnitude; template constexpr bool is_mag_constant = detail::SymbolicConstant && is_derived_from_specialization_of_v; -} +} // namespace detail /** * @brief Concept to detect whether T is a valid UnitMagnitude.