Skip to content

Commit a123d63

Browse files
committed
Fix Python lint failure in test_host_specific_configuration
1 parent d543dd9 commit a123d63

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)