Skip to content

Commit 1524b41

Browse files
Update Sources/PackageModel/SwiftSDKs/SwiftSDKConfigurationStore.swift
Co-authored-by: Max Desiatov <[email protected]>
1 parent 018e73d commit 1524b41

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
@@ -218,9 +218,9 @@ public final class SwiftSDKConfigurationStore {
218218
guard !updatedProperties.isEmpty else {
219219
swiftSDKBundleStore.observabilityScope.emit(
220220
error: """
221-
No properties of Swift SDK `\(sdkID)` for target triple `\(targetTriple)` were updated \
222-
since none were specified. Pass `--help` flag to see the list of all available properties.
223-
"""
221+
No properties of Swift SDK `\(sdkID)` for target triple `\(targetTriple)` were updated \
222+
since none were specified. Pass `--help` flag to see the list of all available properties.
223+
"""
224224
)
225225
return false
226226
}

0 commit comments

Comments
 (0)