We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c91b6c commit 607853bCopy full SHA for 607853b
1 file changed
README.md
@@ -176,11 +176,11 @@ class RequestContactsAccess: Action {
176
extension Store where State == TestState, StoreController == TestStoreController {
177
178
var reducerGroup: ReducerGroup {
179
- return ReducerGroup { [
+ return ReducerGroup(
180
Reducer(of: OneTestAction.self, on: self.dispatcher) { action in
181
self.state = self.state.copy(testPromise: *.value(action.counter))
182
}
183
- ] }
+ )
184
185
186
```
0 commit comments