Skip to content

Commit d7ce846

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

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
@@ -206,9 +206,9 @@ public final class SwiftSDKConfigurationStore {
206206
} else {
207207
swiftSDKBundleStore.observabilityScope.emit(
208208
info: """
209-
All configuration properties of Swift SDK `\(sdkID)` for target triple \
210-
`\(targetTriple)` were successfully reset.
211-
"""
209+
All configuration properties of Swift SDK `\(sdkID)` for target triple \
210+
`\(targetTriple)` were successfully reset.
211+
"""
212212
)
213213
}
214214
} else {

0 commit comments

Comments
 (0)