Skip to content

Commit 64fe028

Browse files
committed
Fixes unnecessary space in SyclPlatform.__repr__
1 parent 579d2f8 commit 64fe028

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dpctl/_sycl_platform.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ cdef class SyclPlatform(_SyclPlatform):
180180
+ ", "
181181
+ self.vendor
182182
+ ", "
183-
+ " "
184183
+ self.version + "] at {}>".format(hex(id(self)))
185184
)
186185

0 commit comments

Comments
 (0)