aboutsummaryrefslogtreecommitdiff
path: root/src/Model/Round.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Round.elm')
-rw-r--r--src/Model/Round.elm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Model/Round.elm b/src/Model/Round.elm
index 4586ede..c983839 100644
--- a/src/Model/Round.elm
+++ b/src/Model/Round.elm
@@ -1,7 +1,7 @@
-module Model.Round
+module Model.Round exposing
( Round
, maybeBestRound
- ) where
+ )
import List
import Time exposing (Time)