Skip to content

Commit 948aba4

Browse files
committed
fix formatting
1 parent e38ff6c commit 948aba4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

types/flubber/index.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ export function fromCircle(x: number, y: number, radius: number, toShape: Shape,
1818

1919
export function fromRect(x: number, y: number, width: number, height: number, toShape: Shape, options?: Options): Interpolator;
2020

21-
2221
export function separate(fromShape: Shape, toShapeList: Shape[], options?: Options): Interpolator;
2322

24-
export function combine(fromShapeList: Shape[], toShape: Shape, options?:Options): Interpolator;
23+
export function combine(fromShapeList: Shape[], toShape: Shape, options?: Options): Interpolator;
2524

26-
export function interpolateAll(fromShapeList: Shape[], toShapeList: Shape[], options?:Options): Interpolator;
25+
export function interpolateAll(fromShapeList: Shape[], toShapeList: Shape[], options?: Options): Interpolator;
2726

2827
export function toPathString(ring: Array<[number, number]>): string;
2928

0 commit comments

Comments
 (0)