Closed rtfeldman closed 8 years ago
This is purely a whitespace change to bring this in line with the official style guide:
=
->
case
if
then
let
in
I think it makes sense for this to be elm-formated.
This is purely a whitespace change to bring this in line with the official style guide:
=
in a declaration, except when declaring a union type.->
in acase
expression.if
...then
on the same line.let
andin
their own lines.