Skip to content

Commit 292bbe9

Browse files
[gardening] Fix PEP 8 regression.
1 parent c196a44 commit 292bbe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build-script

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,8 @@ build the Debug variant of the Swift standard library and SDK overlay""",
549549
action="store_true")
550550
parser.add_argument(
551551
"--build-runtime-with-host-compiler",
552-
help="Use the host compiler, not the self-built one to compile the swift runtime",
552+
help="Use the host compiler, not the self-built one to compile the " +
553+
"Swift runtime",
553554
action="store_true")
554555

555556
parser.add_argument(

0 commit comments

Comments
 (0)