Skip to content

Commit 8f01a72

Browse files
committed
lint
1 parent 7464a7c commit 8f01a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scene/materials/node-material.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Object.assign(NodeMaterial.prototype, {
254254
} else if (typeof(value) === 'number') {
255255
graphVar = { type: type, name: name, valueX: value };
256256
} else {
257-
graphVar = { type: type, name: name};
257+
graphVar = { type: type, name: name };
258258
}
259259

260260
this.graphData.graphVars.push(graphVar);

0 commit comments

Comments
 (0)