Skip to content

Commit bbc9e15

Browse files
Update Sources/PackageModel/SwiftSDKs/SwiftSDK.swift
Co-authored-by: Max Desiatov <[email protected]>
1 parent d7ce846 commit bbc9e15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/PackageModel/SwiftSDKs/SwiftSDK.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ extension SwiftSDKError: CustomStringConvertible {
115115
"""
116116
} else {
117117
return """
118-
Swift SDK with ID `\(artifactID)` is not \
119-
currently installed.
118+
Swift SDK with ID `\(artifactID)` is not currently installed.
120119
"""
121120
}
122121
case .swiftSDKBundleAlreadyInstalled(let bundleName):

0 commit comments

Comments
 (0)