Skip to content

Commit 07bce4b

Browse files
committed
whitespace
1 parent 4f9fc76 commit 07bce4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_long.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,6 +1695,6 @@ class MyInt(int):
16951695

16961696
def test_long_hash(self):
16971697
assert hash(-2**61) != -1
1698-
1698+
16991699
if __name__ == "__main__":
17001700
unittest.main()

0 commit comments

Comments
 (0)