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
c432a76b5b
commit
8b98ba40a2
@@ -119,10 +119,11 @@ public struct PresentationStore<
|
||||
let toDestinationState: (State) -> DestinationState?
|
||||
let toID: (PresentationState<State>) -> AnyHashable?
|
||||
let fromDestinationAction: (DestinationAction) -> Action
|
||||
let content: (
|
||||
Binding<AnyIdentifiable?>,
|
||||
DestinationContent<DestinationState, DestinationAction>
|
||||
) -> Content
|
||||
let content:
|
||||
(
|
||||
Binding<AnyIdentifiable?>,
|
||||
DestinationContent<DestinationState, DestinationAction>
|
||||
) -> Content
|
||||
|
||||
@ObservedObject var viewStore: ViewStore<PresentationState<State>, PresentationAction<Action>>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user