Skip to content

Commit 4eb8af8

Browse files
committed
Adding new line at the end of file.
1 parent 0a4cc7b commit 4eb8af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ def __iadd__(self, value):
7979

8080
a = MyInt(1)
8181
a += 1
82-
self.assertEqual(a, 3)
82+
self.assertEqual(a, 3)

0 commit comments

Comments
 (0)