This commit is contained in:
Ayaz Hafiz 2022-09-30 13:43:33 -05:00
parent 73491cb12e
commit d8fd630df8
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58

View File

@ -56,4 +56,3 @@ enumerate = \elements ->
last
|> List.prepend (inits |> Str.joinWith ", ")
|> Str.joinWith " and "