Skip to content

Commit 56c68bd

Browse files
fixing lint errors
1 parent d295d34 commit 56c68bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/jasmine/tests/transform_groupby_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ describe('groupby', function() {
333333
.then(done);
334334
});
335335

336-
it ('Plotly.plot should group points properly using typed array', function(done) {
336+
it('Plotly.plot should group points properly using typed array', function(done) {
337337
var data = Lib.extendDeep([], mockDataWithTypedArrayGroups);
338338

339339
var gd = createGraphDiv();
@@ -347,7 +347,7 @@ describe('groupby', function() {
347347
})
348348
.catch(failTest)
349349
.then(done);
350-
})
350+
});
351351
});
352352

353353
describe('many-to-many transforms', function() {

0 commit comments

Comments
 (0)