We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d090cd commit 94f0e72Copy full SHA for 94f0e72
Sources/PackageModel/SwiftSDKs/SwiftSDKConfigurationStore.swift
@@ -232,9 +232,9 @@ public final class SwiftSDKConfigurationStore {
232
233
swiftSDKBundleStore.observabilityScope.emit(
234
info: """
235
- These properties of Swift SDK `\(sdkID)` for target triple \
236
- `\(targetTriple)` were successfully updated: \(updatedProperties.joined(separator: ", ")).
237
- """
+ These properties of Swift SDK `\(sdkID)` for target triple \
+ `\(targetTriple)` were successfully updated: \(updatedProperties.joined(separator: ", ")).
+ """
238
)
239
}
240
0 commit comments