Skip to content

Commit febbca4

Browse files
fixed indent in definition of platform property
1 parent 8c24539 commit febbca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/_sycl_device.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ cdef class SyclDevice(_SyclDevice):
653653
"""
654654
cdef DPCTLSyclPlatformRef PRef = (
655655
DPCTLDevice_GetPlatform(self._device_ref)
656-
)
656+
)
657657
if (PRef == NULL):
658658
raise RuntimeError("Could not get platform for device.")
659659
else:

0 commit comments

Comments
 (0)