Skip to content

Commit 9c5a14a

Browse files
committed
remove white space
1 parent b45886f commit 9c5a14a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/plot_interact_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('Test plot structure', function () {
1212

1313
afterEach(destroyGraphDiv);
1414

15-
describe('cartesian plots', function() {
15+
describe('cartesian plots', function() {
1616
describe('scatter traces', function() {
1717
var mock = require('@mocks/14.json');
1818

@@ -46,7 +46,7 @@ describe('Test plot structure', function () {
4646
expect(nodes[0].length).toEqual(Npts);
4747
});
4848
});
49-
49+
5050
describe('pie traces', function() {
5151
var mock = require('@mocks/pie_simple.json');
5252

0 commit comments

Comments
 (0)