Skip to content

Commit 1896be2

Browse files
Merge pull request #3389 from practicalswift/fix-pep8
[gardening] Fix minor PEP-8 violation.
2 parents 549f9c9 + baa2a7b commit 1896be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/SwiftBuildSupport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def get_preset_options(substitutions, preset_file_names, preset_name):
172172
tgts += StdlibDeploymentTarget.AppleWatchSimulator.targets
173173

174174
build_script_opts.append("--stdlib-deployment-targets=" +
175-
" ".join([tgt.name for tgt in tgts]))
175+
" ".join([tgt.name for tgt in tgts]))
176176

177177
# Filter the swift-sdks parameter
178178
build_script_impl_opts = [opt for opt in build_script_impl_opts

0 commit comments

Comments
 (0)