Skip to content

Commit 6d3b3c0

Browse files
committed
Fixed a couple formatting issues in the new test
1 parent bac8737 commit 6d3b3c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/jasmine/tests/gl3d_hover_click_test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ describe('Test gl3d trace click/hover:', function() {
13131313
ptData = eventData.points[0];
13141314
});
13151315
gd.on('plotly_unhover', function(eventData) {
1316-
if (eventData) {
1316+
if(eventData) {
13171317
ptData = eventData.points[0];
13181318
} else {
13191319
ptData = {};
@@ -1343,7 +1343,6 @@ describe('Test gl3d trace click/hover:', function() {
13431343
})
13441344
.then(done, done.fail);
13451345
});
1346-
13471346
});
13481347

13491348
describe('hover on traces with (x|y|z|u|v|w)hoverformat and valuehoverformat', function() {

0 commit comments

Comments
 (0)