瀏覽代碼

Fixed coding style

Temdog007 6 年之前
父節點
當前提交
5836d8a09f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/geometries/TubeGeometry.js

+ 1 - 0
src/geometries/TubeGeometry.js

@@ -226,6 +226,7 @@ TubeBufferGeometry.prototype.toJSON = function () {
 	data.path = this.parameters.path.toJSON();
 
 	return data;
+
 };
 
 export { TubeGeometry, TubeBufferGeometry };