Skip to content

Commit

Permalink
fix: extraneous semicolon removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Nov 8, 2024
1 parent 0c46d4e commit ca4dbfa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ template<typename T, quantity_character Ch>
concept IsOfCharacter =
(Ch == quantity_character::scalar && is_scalar<T>) || (Ch == quantity_character::complex && is_complex<T>) ||
(Ch == quantity_character::vector && is_vector<T>) || (Ch == quantity_character::tensor && is_tensor<T>);
;

template<typename T>
using scaling_factor_type_t = conditional<treat_as_floating_point<T>, long double, std::intmax_t>;
Expand Down

0 comments on commit ca4dbfa

Please sign in to comment.