elixir-ecto / db_connection

Database connection behaviour
http://hexdocs.pm/db_connection/DBConnection.html
309 stars 112 forks source link

Remove unused module attribute #72

Closed michalmuskala closed 7 years ago

michalmuskala commented 7 years ago

I'm not sure it's not a bug this is unused, but I'm not familiar enough with the code to decide.

fishcakez commented 7 years ago

The attribute isn't used, it was added in the following commit, the correct place is shown on this line: https://github.com/elixir-ecto/db_connection/commit/19640572d5d383f09da3aa22b59e9aa0df7e534d#diff-0586e38a61a4d8ccf461392d83d037bfR4.

michalmuskala commented 7 years ago

The change was to remove the alignment of attributes.