clang-format fixes

This commit is contained in:
Roth Michaels
2024-12-09 17:53:13 +01:00
parent c3e45088a6
commit d30f5a668c
2 changed files with 2 additions and 2 deletions

View File

@ -349,7 +349,7 @@ concept IsOfCharacter =
(Ch == quantity_character::scalar && Scalar<T>) || (Ch == quantity_character::complex && Complex<T>) ||
(Ch == quantity_character::vector && Vector<T>); // || (Ch == quantity_character::tensor && Tensor<T>);
#endif
}
} // namespace detail
MP_UNITS_EXPORT template<typename T, auto V>
concept RepresentationOf =