Style tweak

This commit is contained in:
Dan Abramov 2015-10-17 16:00:41 +03:00
parent 57375c2752
commit 7e3f60572a

View File

@ -131,9 +131,7 @@ function liftReducerWith(reducer, initialCommittedState, monitorReducer) {
const initialLiftedState = {
monitorState: monitorReducer(undefined, {}),
nextActionId: 1,
actionsById: {
0: liftAction(INIT_ACTION)
},
actionsById: { 0: liftAction(INIT_ACTION) },
stagedActionIds: [0],
skippedActionIds: [],
committedState: initialCommittedState,