Skip to content

Commit 0775ca8

Browse files
Remove trailing whitespace
1 parent 9056824 commit 0775ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/_test_atexit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def __eq__(self, o):
155155

156156
for action in (
157157
lambda o: atexit.unregister(self),
158-
lambda o: atexit.unregister(o),
158+
lambda o: atexit.unregister(o),
159159
lambda o: atexit._clear()
160160
):
161161
for eq_ret_val in NotImplemented, True:

0 commit comments

Comments
 (0)