Skip to content

Commit 1447401

Browse files
committed
Fixed accidental removal of trailing whitespaces.
1 parent 8e74437 commit 1447401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_argparse.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,7 +2265,7 @@ def test_help_blank(self):
22652265
main description
22662266
22672267
positional arguments:
2268-
foo
2268+
foo
22692269
22702270
options:
22712271
-h, --help show this help message and exit
@@ -2282,7 +2282,7 @@ def test_help_blank(self):
22822282
main description
22832283
22842284
positional arguments:
2285-
{}
2285+
{}
22862286
22872287
options:
22882288
-h, --help show this help message and exit

0 commit comments

Comments
 (0)