mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 12:24:26 +02:00
Merge pull request #663 from FrancoisCarouge/fix-quantity-spec-missing-lint-end
fix: `quantity_spec` missing lint block end
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user