Merge pull request #663 from FrancoisCarouge/fix-quantity-spec-missing-lint-end

fix: `quantity_spec` missing lint block end
This commit is contained in:
Mateusz Pusz
2024-12-31 10:12:32 +01:00
committed by GitHub

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>