Sorting Types alphabetically

This commit is contained in:
John Shaver 2017-06-26 14:48:17 -07:00
parent fc5b4b8afe
commit f0d25896d4
1 changed files with 5 additions and 5 deletions

View File

@ -16,6 +16,11 @@ type alias Model =
}
type Msg
= Tick Time
| Tock Time
type alias PlayerModel =
{ direction : Direction
, location : ( Float, Float )
@ -24,8 +29,3 @@ type alias PlayerModel =
type alias Range =
( Float, Float )
type Msg
= Tick Time
| Tock Time