Run swift-format

This commit is contained in:
mbrandonw
2023-05-30 16:25:21 +00:00
committed by github-actions[bot]
parent c432a76b5b
commit 8b98ba40a2
8 changed files with 17 additions and 18 deletions

View File

@@ -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>>