Skip to content

Commit 776ceae

Browse files
authored
Fix minor indentation issue (#1735)
1 parent 482f627 commit 776ceae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/ExecuteJob/metadata/Figure.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ define([
7474
addAxesScatterPoints (parent, job, axes) {
7575
axes.scatterPoints.forEach(scatterPoint => {
7676
const scatterPointsNode = this.core.createNode({
77-
parent: parent,
78-
base: this.META.ScatterPoints,
77+
parent: parent,
78+
base: this.META.ScatterPoints,
7979
});
8080
this.core.setAttribute(scatterPointsNode, 'color', scatterPoint.color);
8181
this.core.setAttribute(scatterPointsNode, 'label', scatterPoint.label);

0 commit comments

Comments
 (0)