From 9adfa6ea430c4dee3c5f37ab07ee740ff9dd44ac Mon Sep 17 00:00:00 2001 From: FrancoisCarouge Date: Mon, 30 Dec 2024 12:31:53 -0800 Subject: [PATCH] fix: quantity_spec missing lint block end --- src/core/include/mp-units/framework/quantity_spec.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/include/mp-units/framework/quantity_spec.h b/src/core/include/mp-units/framework/quantity_spec.h index 4cf65f869..62128023b 100644 --- a/src/core/include/mp-units/framework/quantity_spec.h +++ b/src/core/include/mp-units/framework/quantity_spec.h @@ -1081,6 +1081,7 @@ template return detail::convertible_named(from, to); else return detail::are_ingredients_convertible(from, to); + // NOLINTEND(bugprone-branch-clone) } template