Skip to content

Commit 7e3f605

Browse files
committed
Style tweak
1 parent 57375c2 commit 7e3f605

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/instrument.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,7 @@ function liftReducerWith(reducer, initialCommittedState, monitorReducer) {
131131
const initialLiftedState = {
132132
monitorState: monitorReducer(undefined, {}),
133133
nextActionId: 1,
134-
actionsById: {
135-
0: liftAction(INIT_ACTION)
136-
},
134+
actionsById: { 0: liftAction(INIT_ACTION) },
137135
stagedActionIds: [0],
138136
skippedActionIds: [],
139137
committedState: initialCommittedState,

0 commit comments

Comments
 (0)