Skip to content

Commit 58d0063

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 6f9ee72 commit 58d0063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Store.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public final class Store<State, Action> {
141141
/// - Parameters:
142142
/// - initialState: The state to start the application in.
143143
/// - reducer: The reducer that powers the business logic of the application.
144-
/// - prepareDependencies: A closure that can be used to override dependencies that will be accessed
144+
/// - prepareDependencies: A closure that can be used to override dependencies that will be accessed
145145
/// by the reducer.
146146
public convenience init<R: ReducerProtocol>(
147147
initialState: @autoclosure () -> R.State,

0 commit comments

Comments
 (0)