Skip to content

Commit 4587433

Browse files
committed
Linter fix
1 parent c546ee3 commit 4587433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ describe('constructor', () => {
551551
})
552552

553553
it('should support response interceptor when fetching a spec and remote ref', function (cb) {
554-
const spy = createSpy().andCall(a => {
554+
const spy = createSpy().andCall((a) => {
555555
return a
556556
})
557557

0 commit comments

Comments
 (0)