Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43611d2

Browse files
committed
Linter strikes again
1 parent 84b01f1 commit 43611d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/scatter_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,13 +373,13 @@ describe('end-to-end scatter tests', function() {
373373
}).catch(fail).then(done);
374374
});
375375

376-
it('adds "textpoint" class to scatter text points', function (done) {
376+
it('adds "textpoint" class to scatter text points', function(done) {
377377
Plotly.plot(gd, [{
378378
mode: 'text',
379379
x: [1, 2, 3],
380380
y: [2, 3, 4],
381381
text: ['a', 'b', 'c']
382-
}]).then(function () {
382+
}]).then(function() {
383383
expect(Plotly.d3.selectAll('.textpoint').size()).toBe(3);
384384
}).catch(fail).then(done);
385385
});

0 commit comments

Comments
 (0)