Skip to content

Commit 607853b

Browse files
authored
Update README.md
1 parent 9c91b6c commit 607853b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@ class RequestContactsAccess: Action {
176176
extension Store where State == TestState, StoreController == TestStoreController {
177177

178178
var reducerGroup: ReducerGroup {
179-
return ReducerGroup { [
179+
return ReducerGroup(
180180
Reducer(of: OneTestAction.self, on: self.dispatcher) { action in
181181
self.state = self.state.copy(testPromise: *.value(action.counter))
182182
}
183-
] }
183+
)
184184
}
185185
}
186186
```

0 commit comments

Comments
 (0)