Explorar el Código

Remove trailing white spaces

noalak hace 5 años
padre
commit
621a6e2e25
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      serializers/src/glTF/2.0/glTFExporter.ts

+ 1 - 1
serializers/src/glTF/2.0/glTFExporter.ts

@@ -1317,7 +1317,7 @@ export class _Exporter {
                 !node.scaling.equalsToFloats(1, 1, -1)) {
                 return false;
             }
-            
+
             // Geometry
             if ((node instanceof Mesh && node.geometry !== null) ||
                 (node instanceof InstancedMesh && node._masterMesh instanceof Mesh && node._masterMesh.geometry !== null)) {