diff --git a/src/utils/math.js b/src/utils/math.js index 09bea67..e70bec2 100644 --- a/src/utils/math.js +++ b/src/utils/math.js @@ -3,4 +3,4 @@ export const getDistance = (p1, p2) => { const y = p2.y - p1.y; return Math.sqrt((x * x) + (y * y)); -} \ No newline at end of file +}