Skip to content

Commit 2ed5ee9

Browse files
authored
gh-129158: Fix unwanted trailing whitespace in test_asyncio.test_subprocess (#129181)
1 parent 8e20e42 commit 2ed5ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_asyncio/test_subprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ def setUp(self):
905905
# Force the use of the threaded child watcher
906906
unix_events.can_use_pidfd = mock.Mock(return_value=False)
907907
super().setUp()
908-
908+
909909
def tearDown(self):
910910
unix_events.can_use_pidfd = self._original_can_use_pidfd
911911
return super().tearDown()

0 commit comments

Comments
 (0)