Browse Source

Fix linting

Alex Bogartz 5 years ago
parent
commit
679ff0e3b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Engines/thinEngine.ts

+ 1 - 1
src/Engines/thinEngine.ts

@@ -1475,7 +1475,7 @@ export class ThinEngine {
         return dataBuffer;
     }
 
-    protected _normalizeIndexData(indices: IndicesArray): Uint16Array | Uint32Array 
+    protected _normalizeIndexData(indices: IndicesArray): Uint16Array | Uint32Array
     {
         if (indices instanceof Uint16Array) {
             return indices;