Skip to content

Commit 0704091

Browse files
Update Sources/SwiftSDKGenerator/Artifacts/DownloadableArtifacts.swift
Co-authored-by: Max Desiatov <[email protected]>
1 parent 38e7165 commit 0704091

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Sources/SwiftSDKGenerator/Artifacts/DownloadableArtifacts.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ struct DownloadableArtifacts: Sendable {
4444
case let .unsupportedHostTriple(hostTriple):
4545
"unsupported host triple \(hostTriple)"
4646
case let .unsupportedHostTriples(hostTriples):
47-
"unsupported host triples \(hostTriples.map { "\($0)" }.joined(separator: ", ")) (only macOS supports multiple host triples)"
47+
"""
48+
unsupported host triples \(
49+
hostTriples.map { "\($0)" }.joined(separator: ", ")
50+
) (only macOS supports multiple host triples)
51+
"""
4852
}
4953
}
5054
}

0 commit comments

Comments
 (0)