Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 6f7acdc

Browse files
committed
Issue #722 Fix eslint
1 parent 02dbcb1 commit 6f7acdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model-actions-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ describe('model actions', () => {
125125
});
126126

127127
const store = createTestStore(testCreateStore({
128-
...reducer
128+
...reducer,
129129
}, thunk));
130130

131131
store.dispatch(actions.load('foo', { bar: 'string' }));

0 commit comments

Comments
 (0)