Skip to content

Commit 7bdd351

Browse files
stephencelisactions-user
authored andcommitted
Run swift-format
1 parent e4225be commit 7bdd351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/ViewStore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public final class ViewStore<State, Action>: ObservableObject {
6565
public var state: State { self.store.state.value }
6666

6767
private let store: Store<State, Action>
68-
68+
6969
/// Initializes a view store from a store.
7070
///
7171
/// - Parameters:

0 commit comments

Comments
 (0)