Skip to content

Commit b20371c

Browse files
committed
The linter, again
1 parent 726cbf0 commit b20371c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/plots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ plots.transition = function(gd, data, layout, traces, frameOpts, transitionOpts)
15671567
});
15681568

15691569
if(frameOpts.redraw) {
1570-
gd._transitionData._interruptCallbacks.push(function () {
1570+
gd._transitionData._interruptCallbacks.push(function() {
15711571
return Plotly.redraw(gd);
15721572
});
15731573
}

0 commit comments

Comments
 (0)