Skip to content

Commit baa2a7b

Browse files
[gardening] Fix minor PEP-8 violation.
1 parent ff45b5a commit baa2a7b

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)