Skip to content

Commit 94f0e72

Browse files
Update Sources/PackageModel/SwiftSDKs/SwiftSDKConfigurationStore.swift
Co-authored-by: Max Desiatov <[email protected]>
1 parent 6d090cd commit 94f0e72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/PackageModel/SwiftSDKs/SwiftSDKConfigurationStore.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ public final class SwiftSDKConfigurationStore {
232232

233233
swiftSDKBundleStore.observabilityScope.emit(
234234
info: """
235-
These properties of Swift SDK `\(sdkID)` for target triple \
236-
`\(targetTriple)` were successfully updated: \(updatedProperties.joined(separator: ", ")).
237-
"""
235+
These properties of Swift SDK `\(sdkID)` for target triple \
236+
`\(targetTriple)` were successfully updated: \(updatedProperties.joined(separator: ", ")).
237+
"""
238238
)
239239
}
240240

0 commit comments

Comments
 (0)