Skip to content

Commit

Permalink
clang-format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rothmichaels committed Dec 9, 2024
1 parent c3e4508 commit fa9e052
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit fa9e052

Please sign in to comment.