Skip to content

Commit ad99978

Browse files
committed
💚
1 parent 0bfcdf9 commit ad99978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/skia/core/Vector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ export const sub = (a: Vector, b: Vector) => {
2121
export const dist = (a: Vector, b: Vector) => {
2222
"worklet";
2323
return Math.hypot(a.x - b.x, a.y - b.y);
24-
};
24+
};

0 commit comments

Comments
 (0)