style: formatting fixed to make pre-commit happy

This commit is contained in:
Mateusz Pusz
2023-10-06 13:39:51 -06:00
parent 0d66089853
commit cb36e39c2a
2 changed files with 2 additions and 5 deletions

View File

@@ -527,10 +527,7 @@ template<QuantitySpec Lhs, detail::QuantityKindSpec Rhs>
return is_same_v<Lhs, std::remove_const_t<decltype(remove_kind(rhs))>>; return is_same_v<Lhs, std::remove_const_t<decltype(remove_kind(rhs))>>;
} }
[[nodiscard]] consteval QuantitySpec auto inverse(QuantitySpec auto q) [[nodiscard]] consteval QuantitySpec auto inverse(QuantitySpec auto q) { return dimensionless / q; }
{
return dimensionless / q;
}
/** /**