Explorar o código

passed lint

deleted trailing spaces
ycw %!s(int64=4) %!d(string=hai) anos
pai
achega
2444a12fb6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 	 */