mirror of
https://github.com/correl/elm.git
synced 2024-12-22 11:09:08 +00:00
format with elm-format 0.6.1
This commit is contained in:
parent
afa928fdba
commit
d01d73544b
1 changed files with 4 additions and 4 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue