Skip to content

Commit 91b64c2

Browse files
committed
Fixes unnecessary space in SyclPlatform.__repr__
1 parent 67317b0 commit 91b64c2

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
@@ -181,7 +181,6 @@ cdef class SyclPlatform(_SyclPlatform):
181181
+ ", "
182182
+ self.vendor
183183
+ ", "
184-
+ " "
185184
+ self.version + "] at {}>".format(hex(id(self)))
186185
)
187186

0 commit comments

Comments
 (0)