Skip to content

Commit 0877f48

Browse files
committed
Sigh linter
1 parent 808e35b commit 0877f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/plots.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ plots.clearExpandedTraceDefaultColors = function(expandedTraces) {
683683
colorAttrs = [];
684684
path = [];
685685

686-
if (!trace || !trace._module) continue;
686+
if(!trace || !trace._module) continue;
687687

688688
PlotSchema.crawl(trace._module.attributes, locateExpandedTraceAttrs);
689689

0 commit comments

Comments
 (0)