Skip to content

Commit bf51940

Browse files
committed
fixed syntax
1 parent 79deeae commit bf51940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/mesh3d/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
5555
traceIn.j && Lib.isArrayOrTypedArray(traceIn.j) &&
5656
traceIn.k && Lib.isArrayOrTypedArray(traceIn.k)
5757
) {
58-
if( traceIn.k.length !== 0 && (
58+
if(traceIn.k.length !== 0 && (
5959
traceIn.i.length !== traceIn.j.length ||
6060
traceIn.j.length !== traceIn.k.length)) {
6161
traceOut.visible = false;

0 commit comments

Comments
 (0)