Skip to content

Commit 11ab454

Browse files
committed
Remove extra spacing
1 parent cb7f4fd commit 11ab454

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/createStore.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ describe('createStore', () => {
217217
expect(listenerB.calls.length).toBe(1);
218218
});
219219

220-
221220
it('should support removing a subscription within a subscription', () => {
222221
const store = createStore(reducers.todos);
223222
const listenerA = expect.createSpy(() => {});

0 commit comments

Comments
 (0)