Browse Source

Fixed coding style

Temdog007 6 years ago
parent
commit
5836d8a09f
1 changed files with 1 additions and 0 deletions
  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();
 	data.path = this.parameters.path.toJSON();
 
 
 	return data;
 	return data;
+
 };
 };
 
 
 export { TubeGeometry, TubeBufferGeometry };
 export { TubeGeometry, TubeBufferGeometry };