Skip to content

Commit 058acf6

Browse files
committed
Merge pull request #1189 from practicalswift/fix-pep8-regression
[Python] Fix minor PEP 8 regression (E261: at least two spaces before inline comment)
2 parents 758791f + 2c38e24 commit 058acf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ also build for Apple watchos, but disallow tests that require an watchOS device"
515515
help="""enable code coverage analysis in Swift (false, not-merged,
516516
merged).""",
517517
choices=["false", "not-merged", "merged"],
518-
default="false", # so CMake can see the inert mode as a false value
518+
default="false", # so CMake can see the inert mode as a false value
519519
dest="swift_analyze_code_coverage")
520520

521521
parser.add_argument("--build-subdir",

0 commit comments

Comments
 (0)