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 7323ea6 commit d7ce846Copy full SHA for d7ce846
Sources/PackageModel/SwiftSDKs/SwiftSDKConfigurationStore.swift
@@ -206,9 +206,9 @@ public final class SwiftSDKConfigurationStore {
206
} else {
207
swiftSDKBundleStore.observabilityScope.emit(
208
info: """
209
- All configuration properties of Swift SDK `\(sdkID)` for target triple \
210
- `\(targetTriple)` were successfully reset.
211
- """
+ All configuration properties of Swift SDK `\(sdkID)` for target triple \
+ `\(targetTriple)` were successfully reset.
+ """
212
)
213
}
214
0 commit comments