Browse Source

rem trailing space

ycw 4 years ago
parent
commit
88b7428503
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lights/AmbientLight.d.ts

+ 1 - 1
src/lights/AmbientLight.d.ts

@@ -21,7 +21,7 @@ export class AmbientLight extends Light {
 	type: string;
 
 	/**
-	 * This light cannot be used to cast shadows as it does not have a direction. 
+	 * This light cannot be used to cast shadows as it does not have a direction.
 	 */
 	castShadow: undefined;
 	readonly isAmbientLight: true;