diff --git a/core/src/SYCL/Kokkos_SYCL_Instance.cpp b/core/src/SYCL/Kokkos_SYCL_Instance.cpp index ea7498565e..7f33a4f948 100644 --- a/core/src/SYCL/Kokkos_SYCL_Instance.cpp +++ b/core/src/SYCL/Kokkos_SYCL_Instance.cpp @@ -81,8 +81,7 @@ void SYCLInternal::initialize(const sycl::device& d) { initialize( sycl::queue{d, exception_handler, sycl::property::queue::in_order()}); #else - initialize( - sycl::queue{d, exception_handler); + initialize(sycl::queue{d, exception_handler}); #endif }