Skip to content

Commit a49e6d0

Browse files
committed
fix lint
1 parent 02e924c commit a49e6d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/traces/scattergl/line_shape_defaults.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
'use strict';
1111

1212
module.exports = function handleLineShapeDefaults(traceIn, traceOut, coerce) {
13-
var shape = coerce('line.shape');
13+
coerce('line.shape');
1414
};
15-

0 commit comments

Comments
 (0)