Skip to content

Commit f168ddc

Browse files
committed
fix lint
1 parent fbfe638 commit f168ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plot_api/plot_schema.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@ function getTraceAttributes(type) {
461461
attributes.type = null;
462462

463463

464-
var copyBaseAttributes = extendDeepAll({}, baseAttributes),
465-
copyModuleAttributes = extendDeepAll({}, _module.attributes);
464+
var copyBaseAttributes = extendDeepAll({}, baseAttributes);
465+
var copyModuleAttributes = extendDeepAll({}, _module.attributes);
466466

467467
// prune global-level trace attributes that are already defined in a trace
468468
exports.crawl(copyModuleAttributes, function(attr, attrName, attrs, level, fullAttrString) {

0 commit comments

Comments
 (0)