aboutsummaryrefslogtreecommitdiff
path: root/src/Utils/Geometry.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils/Geometry.elm')
-rw-r--r--src/Utils/Geometry.elm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Utils/Geometry.elm b/src/Utils/Geometry.elm
index 5e0d4a2..c4a4539 100644
--- a/src/Utils/Geometry.elm
+++ b/src/Utils/Geometry.elm
@@ -1,8 +1,8 @@
-module Utils.Geometry
+module Utils.Geometry exposing
( polarToCartesian
, distance
, inBoard
- ) where
+ )
import Model.Vec2 exposing (..)