diff --git a/src/instrument.js b/src/instrument.js index acc3229c..8885c1fa 100644 --- a/src/instrument.js +++ b/src/instrument.js @@ -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,