Browse Source

Fixed coding style

Temdog007 6 năm trước cách đây
mục cha
commit
5836d8a09f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 };