format with elm-format 0.6.1

This commit is contained in:
Anurag Soni 2017-10-07 19:52:05 -04:00
parent afa928fdba
commit d01d73544b
No known key found for this signature in database
GPG key ID: 316C46486FAD010B

View file

@ -17,7 +17,7 @@ rows n =
else
row :: loop (i + 1) (nextRow row)
in
if n < 0 then
[]
else
loop 0 [ 1 ]
if n < 0 then
[]
else
loop 0 [ 1 ]