elixirkoans / elixir-koans

Elixir learning exercises
MIT License
2.22k stars 599 forks source link

Remove Windows-style carriage returns from line endings #247

Closed selfsimilar closed 4 years ago

selfsimilar commented 4 years ago

File lib/koans/20_comprehensions.ex is the only koan that has Windows-style ^M carriage return line endings. This PR removes those to align with the other files.

ukutaht commented 4 years ago

Thanks!