fix: quantity_spec missing lint block end

This commit is contained in:
FrancoisCarouge
2024-12-30 12:31:53 -08:00
parent 6f0a81ac80
commit 9adfa6ea43

View File

@ -1081,6 +1081,7 @@ template<QuantitySpec From, QuantitySpec To>
return detail::convertible_named(from, to);
else
return detail::are_ingredients_convertible(from, to);
// NOLINTEND(bugprone-branch-clone)
}
template<QuantitySpec From, QuantitySpec To>