Explorar el Código

Fixed coding style

Temdog007 hace 6 años
padre
commit
5836d8a09f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 };