mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Run swift-format
This commit is contained in:
committed by
github-actions[bot]
parent
d4d1df8102
commit
292546d3b9
@@ -61,7 +61,7 @@ public struct NavigationStackStore<State, Action, Root: View, Destination: View>
|
||||
let id = store.id(
|
||||
state:
|
||||
\.[
|
||||
id :component.id,
|
||||
id: component.id,
|
||||
fileID: _HashableStaticString(rawValue: fileID),
|
||||
filePath: _HashableStaticString(rawValue: filePath),
|
||||
line: line,
|
||||
@@ -76,13 +76,14 @@ public struct NavigationStackStore<State, Action, Root: View, Destination: View>
|
||||
IfLetCore(
|
||||
base: core,
|
||||
cachedState: component.element,
|
||||
stateKeyPath: \.[
|
||||
id: component.id,
|
||||
fileID: _HashableStaticString(rawValue: fileID),
|
||||
filePath: _HashableStaticString(rawValue: filePath),
|
||||
line: line,
|
||||
column: column
|
||||
],
|
||||
stateKeyPath:
|
||||
\.[
|
||||
id: component.id,
|
||||
fileID: _HashableStaticString(rawValue: fileID),
|
||||
filePath: _HashableStaticString(rawValue: filePath),
|
||||
line: line,
|
||||
column: column
|
||||
],
|
||||
actionKeyPath: \.[id: component.id]
|
||||
)
|
||||
}
|
||||
@@ -145,13 +146,14 @@ public struct NavigationStackStore<State, Action, Root: View, Destination: View>
|
||||
IfLetCore(
|
||||
base: core,
|
||||
cachedState: component.element,
|
||||
stateKeyPath: \.[
|
||||
id: component.id,
|
||||
fileID: _HashableStaticString(rawValue: fileID),
|
||||
filePath: _HashableStaticString(rawValue: filePath),
|
||||
line: line,
|
||||
column: column
|
||||
],
|
||||
stateKeyPath:
|
||||
\.[
|
||||
id: component.id,
|
||||
fileID: _HashableStaticString(rawValue: fileID),
|
||||
filePath: _HashableStaticString(rawValue: filePath),
|
||||
line: line,
|
||||
column: column
|
||||
],
|
||||
actionKeyPath: \.[id: component.id]
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user