Browse Source

passed lint

deleted trailing spaces
ycw 4 years ago
parent
commit
2444a12fb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extras/core/Curve.d.ts

+ 1 - 1
src/extras/core/Curve.d.ts

@@ -76,7 +76,7 @@ export class Curve<T extends Vector> {
 	 * getTangentAt(u: number, optionalTarget?: T): T;
 	 */
 	getTangentAt( u: number, optionalTarget?: T ): T;
-	
+
 	/**
 	 * Generate Frenet frames of the curve
 	 */