mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +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);
|
return detail::convertible_named(from, to);
|
||||||
else
|
else
|
||||||
return detail::are_ingredients_convertible(from, to);
|
return detail::are_ingredients_convertible(from, to);
|
||||||
|
// NOLINTEND(bugprone-branch-clone)
|
||||||
}
|
}
|
||||||
|
|
||||||
template<QuantitySpec From, QuantitySpec To>
|
template<QuantitySpec From, QuantitySpec To>
|
||||||
|
Reference in New Issue
Block a user