Browse Source

Remove blank line

yomboprime 6 years ago
parent
commit
5e26c0e1be
1 changed files with 0 additions and 1 deletions
  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;
-
 }