mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 19:04:27 +02:00
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