Ver código fonte

Fixed coding style

Temdog007 6 anos atrás
pai
commit
5836d8a09f
1 arquivos alterados com 1 adições e 0 exclusões
  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 };