asummers / erlex

Convert Erlang style structs and error messages to equivalent Elixir.
Other
34 stars 16 forks source link

Simplify pretty_print_contract and introduce newline between contract heads #4

Closed evnu closed 6 years ago

evnu commented 6 years ago

This merge request simplifies pretty_print_contract/1,3 by reducing the case without multiple contracts/heads to the case of multiple contracts. It then adds a newline to separate multiple contracts.

Fix #3.

asummers commented 6 years ago

This looks good after that one minor comment. I'll get this merged and deployed to Hex later this evening. Thanks for taking care of this!

asummers commented 6 years ago

Curious why circle didn't run... I'll have to look into that.