Skip to content

Commit ed61d3a

Browse files
committed
Remove excess spaces
1 parent 8df18a2 commit ed61d3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dpctl/tensor/libtensor/include/utils/type_utils.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ struct is_complex<
4747
std::is_same_v<std::remove_cv_t<T>, std::complex<sycl::half>> ||
4848
std::is_same_v<std::remove_cv_t<T>, std::complex<float>> ||
4949
std::is_same_v<std::remove_cv_t<T>, std::complex<double>>>>
50-
: public std::true_type
51-
{
52-
};
50+
: public std::true_type
51+
{
52+
};
5353

5454
template <typename T> constexpr bool is_complex_v = is_complex<T>::value;
5555

0 commit comments

Comments
 (0)