8000 Fix whitespace/indentation issues in test_sys (GH-32369) · python/cpython@da92240 · GitHub
[go: up one dir, main page]

Skip to content

Commit da92240

Browse files
Fix whitespace/indentation issues in test_sys (GH-32369)
1 parent b33c456 commit da92240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_sys.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,8 +1179,8 @@ class X(Exception):
11791179
with test.support.captured_stderr() as stderr, \
11801180
test.support.swap_attr(sys, 'unraisablehook',
11811181
sys.__unraisablehook__):
1182-
expected = self.write_unraisable_exc(
1183-
A.B.X(), "msg", "obj");
1182+
expected = self.write_unraisable_exc(
1183+
A.B.X(), "msg", "obj");
11841184
report = stderr.getvalue()
11851185
self.assertIn(A.B.X.__qualname__, report)
11861186
if moduleName in ['builtins', '__main__']:

0 commit comments

Comments
 (0)
0