]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-129158: Fix unwanted trailing whitespace in test_asyncio.test_subprocess (#129181)
authorŁukasz Langa <lukasz@langa.pl>
Wed, 22 Jan 2025 13:52:45 +0000 (14:52 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 13:52:45 +0000 (13:52 +0000)
Lib/test/test_asyncio/test_subprocess.py

index a053db8e6d76f206f29e7c0396fc343211c5b95e..341e3e979e002b106e43e78409bd045c75030eed 100644 (file)
@@ -905,7 +905,7 @@ if sys.platform != 'win32':
             # Force the use of the threaded child watcher
             unix_events.can_use_pidfd = mock.Mock(return_value=False)
             super().setUp()
-        
+
         def tearDown(self):
             unix_events.can_use_pidfd = self._original_can_use_pidfd
             return super().tearDown()