浏览代码

Remove blank line

yomboprime 6 年之前
父节点
当前提交
5e26c0e1be
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/jsm/loaders/LDrawLoader.d.ts

+ 0 - 1
examples/jsm/loaders/LDrawLoader.d.ts

@@ -18,5 +18,4 @@ export class LDrawLoader {
 
 	addMaterial(material: Material ): void;
 	getMaterial(colourCode: string): Material | null;
-
 }