Skip to content

Commit 1d1cfd7

Browse files
stephencelismluisbrown
authored andcommitted
Run swift-format
(cherry picked from commit c54db51249dd954d9676efc57b2860c3e937a2c7)
1 parent daa381b commit 1d1cfd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/ComposableArchitecture/TestStore.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@
245245
let effects: Effect<Action, Never>
246246
switch action.origin {
247247
case let .send(scopedAction):
248-
effects = self.reducer.run(&state, self.fromScopedAction(scopedAction), self.environment)
248+
effects = self.reducer.run(
249+
&state, self.fromScopedAction(scopedAction), self.environment)
249250
self.state = state
250251

251252
case let .receive(action):

0 commit comments

Comments
 (0)