Skip to content

Commit f036b69

Browse files
committed
Removing spaces
1 parent 2c456a6 commit f036b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test/src/tests/list_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def __eq__(self, other):
361361
for x, y in zip(d, e):
362362
# verify that original order and values are retained.
363363
self.assertIs(x, y)
364-
'''
364+
'''
365365
def test_count(self):
366366
a = self.type2test([0, 1, 2])*3
367367
self.assertEqual(a.count(0), 3)

0 commit comments

Comments
 (0)