summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2019-03-15 18:41:39 +0100
committernsensfel <SpamShield0@noot-noot.org>2019-03-15 18:41:39 +0100
commit8103bf80277b759bb9c3b1e032612721f132f256 (patch)
treea1b1858483281e61a0dcb9cb42fb6df38214c06a /src/shared/battle-map/BattleMap/Struct/Direction.elm
parent6678cfe464ed9ee595f4f3dd7398dec1416454c9 (diff)
[Broken] Got 'battle' to compile again.
Diffstat (limited to 'src/shared/battle-map/BattleMap/Struct/Direction.elm')
-rw-r--r--src/shared/battle-map/BattleMap/Struct/Direction.elm12
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