summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/shared/battle-map/BattleMap/Struct/Direction.elm')
-rw-r--r-- | src/shared/battle-map/BattleMap/Struct/Direction.elm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/shared/battle-map/BattleMap/Struct/Direction.elm b/src/shared/battle-map/BattleMap/Struct/Direction.elm index 4620e29..0418d31 100644 --- a/src/shared/battle-map/BattleMap/Struct/Direction.elm +++ b/src/shared/battle-map/BattleMap/Struct/Direction.elm @@ -1,10 +1,10 @@ module BattleMap.Struct.Direction exposing -( - Type(..), - opposite_of, - to_string, - decoder -) + ( + Type(..), + opposite_of, + to_string, + decoder + ) -- Elm ------------------------------------------------------------------------- import Json.Decode |