Skip to content

Commit 2a957d3

Browse files
committed
one more spacing edit
1 parent dcbad32 commit 2a957d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/gl3d/layout/convert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ proto.merge = function(sceneLayout) {
101101
//////// TICKS /////////
102102
/// tick lines
103103
if ('ticks' in axes && !!axes.ticks) opts.lineTickEnable[i] = true;
104-
else opts.lineTickEnable[i] = false;
104+
else opts.lineTickEnable[i] = false;
105105

106106
if ('ticklen' in axes) {
107107
opts.lineTickLength[i] = opts._defaultLineTickLength[i] = axes.ticklen;

0 commit comments

Comments
 (0)