eskimor / servant-purescript

Translate servant API to purescript code, with the help of purescript-bridge.
BSD 3-Clause "New" or "Revised" License
105 stars 44 forks source link

generated code contains trailing whitespaces #24

Closed legrostdg closed 7 years ago

legrostdg commented 7 years ago

Every API function is followed by a line with two whitespaces.

eskimor commented 7 years ago

Yeah. :-) I could not find the reason immediately, so I ignored it. As it does not really do any harm.

legrostdg commented 7 years ago

It is nice always to have "clean" code, though, even if it is automatically generated!