Skip to content

Commit 2357a7c

Browse files
committed
fix pre-commit
1 parent 9b4c5a9 commit 2357a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/backend/kernels/dpnp_krnl_common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ sycl::event dot(sycl::queue &queue,
9494
#if __SYCL_COMPILER_VERSION >= __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT
9595
syclex::properties(syclex::initialize_to_identity)
9696
#else
97-
sycl::property::reduction::initialize_to_identity{}
97+
sycl::property::reduction::initialize_to_identity {}
9898
#endif
9999
),
100100
[=](sycl::id<1> idx, auto &sum) {

0 commit comments

Comments
 (0)