Browse Source

Remove consecutive blank lines

Michael Bond 4 years ago
parent
commit
e7b856616d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      loaders/src/glTF/2.0/Extensions/KHR_materials_translucency.ts

+ 0 - 1
loaders/src/glTF/2.0/Extensions/KHR_materials_translucency.ts

@@ -7,7 +7,6 @@ import { IGLTFLoaderExtension } from "../glTFLoaderExtension";
 import { GLTFLoader } from "../glTFLoader";
 import { IKHRMaterialsTranslucency } from 'babylonjs-gltf2interface';
 
-
 const NAME = "KHR_materials_translucency";
 
 /**