Skip to content

Commit da15845

Browse files
committed
Format
1 parent 6226399 commit da15845

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Sources/SKTestSupport/SkipUnless.swift

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,12 @@ package actor SkipUnless {
489489
"""
490490
])
491491
do {
492-
try await SwiftPMTestProject.build(at: project.scratchDirectory, extraArguments: [
493-
"--swift-sdk", "arm64-apple-ios",
494-
])
492+
try await SwiftPMTestProject.build(
493+
at: project.scratchDirectory,
494+
extraArguments: [
495+
"--swift-sdk", "arm64-apple-ios",
496+
]
497+
)
495498
return .featureSupported
496499
} catch {
497500
return .featureUnsupported(skipMessage: "Cannot build for iOS: \(error)")

0 commit comments

Comments
 (0)