Skip to content

Commit d52d4d5

Browse files
committed
Fix Python lint warning
1 parent da50b81 commit d52d4d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/swift_build_support/swift_build_support/products/backdeployconcurrency.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ def build(self, host_target):
128128
self.cmake_options.define(
129129
'SWIFT_DARWIN_DEPLOYMENT_VERSION_WATCHOS:STRING', '6.0')
130130

131-
self.build_with_cmake(["back-deployment"], build_variant, [], prefer_just_built_toolchain=True)
131+
self.build_with_cmake(["back-deployment"], build_variant, [],
132+
prefer_just_built_toolchain=True)
132133

133134
def should_test(self, host_target):
134135
return False

0 commit comments

Comments
 (0)