Skip to content

Commit

Permalink
Merge pull request #663 from FrancoisCarouge/fix-quantity-spec-missin…
Browse files Browse the repository at this point in the history
…g-lint-end

fix: `quantity_spec` missing lint block end
  • Loading branch information
mpusz authored Dec 31, 2024
2 parents 6f0a81a + 9adfa6e commit db18eec
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 db18eec

Please sign in to comment.