Skip to content

Commit 83ec5d3

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent b1a0c88 commit 83ec5d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Sources/ComposableArchitecture/Observation/NavigationStack+Observation.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ import SwiftUI
137137
self
138138
.destination(
139139
self.store.scope(
140-
id: self.store.id(state: \.[id: component.id], action: \.[id: component.id]),
140+
id: self.store.id(state: \.[id:component.id], action: \.[id:component.id]),
141141
state: ToState {
142142
element = $0[id: component.id] ?? element
143143
return element
@@ -237,10 +237,10 @@ import SwiftUI
237237
if self.navigationDestinationType != State.self {
238238
let elementType =
239239
self.navigationDestinationType.map(typeName)
240-
?? """
241-
(None found in view hierarchy. Is this link inside a store-powered \
242-
'NavigationStack'?)
243-
"""
240+
?? """
241+
(None found in view hierarchy. Is this link inside a store-powered \
242+
'NavigationStack'?)
243+
"""
244244
runtimeWarn(
245245
"""
246246
A navigation link at "\(self.fileID):\(self.line)" is unpresentable. …

0 commit comments

Comments
 (0)