Skip to content

Commit 5df94a7

Browse files
committed
Fix linter issue
1 parent 6abec15 commit 5df94a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/command_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ describe('attaching component bindings', function() {
551551

552552
// Modify the plot
553553
return Plotly.restyle(gd, {'marker.color': 'blue'});
554-
}).then(function () {
554+
}).then(function() {
555555
// Confirm that this has changed the slider position:
556556
expect(gd.layout.sliders[0].active).toBe(1);
557557

0 commit comments

Comments
 (0)