Skip to content

Commit 3b62851

Browse files
committed
fix coding style to pass test-syntax
1 parent 90cacae commit 3b62851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traces/scattergl/plot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ module.exports = function plot(gd, subplot, cdata) {
183183
pos = [];
184184
last = 0;
185185

186-
fillOptions.splitNull = true
187-
186+
fillOptions.splitNull = true;
187+
188188
for(j = 0; j < srcPos.length; j += 2) {
189189
if(isNaN(srcPos[j]) || isNaN(srcPos[j + 1])) {
190190
pos = pos.concat(srcPos.slice(last, j));

0 commit comments

Comments
 (0)