ソースを参照

Remove consecutive blank lines

Michael Bond 4 年 前
コミット
e7b856616d

+ 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";
 
 /**