coryodaniel / arbor

Ecto elixir adjacency list and tree traversal. Supports Ecto versions 2 and 3.
MIT License
239 stars 26 forks source link

Add disambiguating ()s #14

Closed roques closed 7 years ago

roques commented 7 years ago

Elixir 1.4 warns about function calls without arguments nor empty () being ambiguous. Be explicit that we want to call the functions without arguments.

coryodaniel commented 7 years ago

Thanks!