Browse Source

Remove trailing white spaces

noalak 5 years ago
parent
commit
621a6e2e25
1 changed files with 1 additions and 1 deletions
  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)) {