Skip to content

Commit 5adcb79

Browse files
authored
lint
Signed-off-by: Manuel <[email protected]>
1 parent 18279b2 commit 5adcb79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/__tests__/Cloud-test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ describe('CloudController', () => {
356356
});
357357
expect(options.useMasterKey).toBe(false);
358358
});
359-
360359
it('run passes with empty options', () => {
361360
const values = [undefined, {}];
362361

@@ -382,5 +381,4 @@ describe('CloudController', () => {
382381
expect(() => Cloud.run('myfunction', {}, value)).toThrow();
383382
}
384383
});
385-
386384
});

0 commit comments

Comments
 (0)