Skip to content

Commit 45b1b9c

Browse files
committed
trim trailing whitespace
1 parent f091794 commit 45b1b9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_embed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def test_getargs_reset_static_parser(self):
546546
""")
547547
out, err = self.run_embedded_interpreter("test_repeated_init_exec", code)
548548
self.assertEqual(out, '1\n2\n3\n' * INIT_LOOPS)
549-
549+
550550
@staticmethod
551551
def _nogil_filtered_err(err: str, mod_name: str) -> str:
552552
if not support.Py_GIL_DISABLED:

0 commit comments

Comments
 (0)