Skip to content

Commit 643df08

Browse files
committed
chore: lint fix
1 parent a4c34a4 commit 643df08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/skia/helper.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
const EPSILON = 1e-4;
22
export function isAroundZero(transform: number) {
3-
return transform < EPSILON && transform > -EPSILON;
4-
}
3+
return transform < EPSILON && transform > -EPSILON;
4+
}

0 commit comments

Comments
 (0)