Skip to content

Commit 12cd7e6

Browse files
fix lint remark
1 parent 8ccebbb commit 12cd7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/sunburst/calc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ exports._runCrossTraceCalc = function(desiredType, gd) {
278278
} else {
279279
// root gets no coloring by default
280280
cdi.color = 'rgba(0,0,0,0)';
281-
if (cdi.trace.root) {
281+
if(cdi.trace.root) {
282282
cdi.color = cdi.trace.root.color;
283283
}
284284
}

0 commit comments

Comments
 (0)