From 56c68bdfb4679faeee960139997302ce1cda16fb Mon Sep 17 00:00:00 2001 From: Daniel Blinick Date: Mon, 9 Dec 2019 18:03:23 +0200 Subject: [PATCH] fixing lint errors --- test/jasmine/tests/transform_groupby_test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/jasmine/tests/transform_groupby_test.js b/test/jasmine/tests/transform_groupby_test.js index 5bcfd359c05..e6487960606 100644 --- a/test/jasmine/tests/transform_groupby_test.js +++ b/test/jasmine/tests/transform_groupby_test.js @@ -333,7 +333,7 @@ describe('groupby', function() { .then(done); }); - it ('Plotly.plot should group points properly using typed array', function(done) { + it('Plotly.plot should group points properly using typed array', function(done) { var data = Lib.extendDeep([], mockDataWithTypedArrayGroups); var gd = createGraphDiv(); @@ -347,7 +347,7 @@ describe('groupby', function() { }) .catch(failTest) .then(done); - }) + }); }); describe('many-to-many transforms', function() {