Skip to content

Commit dd4c085

Browse files
committed
prepare nnbd
1 parent 5881b3d commit dd4c085

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/src/redux_store_stream_transformer.dart

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,7 @@ class ReduxStoreStreamTransformer<A, S> extends StreamTransformerBase<A, S> {
169169

170170
subscriptions = [
171171
..._listenSideEffects(
172-
actionController,
173-
getState,
174-
controller,
175-
actionStream,
176-
),
172+
actionController, getState, controller, actionStream),
177173
subscriptionUpstream,
178174
subscriptionActionController,
179175
];

0 commit comments

Comments
 (0)