Skip to content

Commit bfd95d8

Browse files
committed
Fix linter error in "scatterpolargl_test.js"
1 parent df48475 commit bfd95d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/jasmine/tests/scatterpolargl_test.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,7 @@ describe('Test scatterpolargl interactions:', function() {
340340
.then(done, done.fail);
341341
});
342342
});
343-
})
344-
343+
});
345344
});
346345

347346
describe('Test scatterpolargl autorange:', function() {

0 commit comments

Comments
 (0)