Skip to content

Commit 80aad10

Browse files
authored
Merge pull request swiftlang#25187 from apple/fix-python-lint
2 parents fb55fc3 + a123d63 commit 80aad10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/swift_build_support/tests/test_host_specific_configuration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,8 @@ def test_should_test_optimizations_with_subsets(self):
596596
before.swift_test_run_targets)
597597
self.assertIn(target_name.format('optimize_size'),
598598
before.swift_test_run_targets)
599-
self.assertIn(target_name.format('optimize_none_with_implicit_dynamic'),
599+
self.assertIn(target_name.format(
600+
'optimize_none_with_implicit_dynamic'),
600601
before.swift_test_run_targets)
601602

602603
def default_args(self):

0 commit comments

Comments
 (0)