Skip to content

Commit 6f649bb

Browse files
authored
Merge pull request #2035 from IntelPython/fix-platform-repr-spacing
Fix spacing in string representation of `dpctl.SyclPlatform`
2 parents 67317b0 + 91b64c2 commit 6f649bb

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)