Skip to content

Commit

Permalink
fix: quantity_spec missing lint block end
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge committed Dec 30, 2024
1 parent 6f0a81a commit 9adfa6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/include/mp-units/framework/quantity_spec.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9adfa6e

Please sign in to comment.