mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Whitespace normalization.
This commit is contained in:
parent
13ed60b504
commit
f99b8162a2
50 changed files with 12 additions and 58 deletions
|
@ -165,8 +165,8 @@ class RunModuleTest(unittest.TestCase):
|
|||
|
||||
|
||||
def test_main():
|
||||
run_unittest(RunModuleCodeTest)
|
||||
run_unittest(RunModuleTest)
|
||||
run_unittest(RunModuleCodeTest)
|
||||
run_unittest(RunModuleTest)
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_main()
|
||||
test_main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue