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