Skip to content

Commit ae16bad

Browse files
committed
Update combineReducers.js
Remove extra line break
1 parent ee6238c commit ae16bad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/combineReducers.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ function assertReducerSanity(reducers) {
6565
)
6666
}
6767

68-
6968
var randomState = Math.random().toString(36).substring(7).split('').join('.')
7069
if (reducer(randomState, { type: ActionTypes.INIT }) !== randomState) {
7170
throw new Error(

0 commit comments

Comments
 (0)