You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yup, there should be a number of ways to refactor that code that would end up a lot cleaner. Possibly a number of function called piped to each other, for instance. Or even, just binding each of the ++ clauses to variables and ending with the concatentation of them.
I don't see this particular code path and its formatting.
I am reenabling formatting checks as part of the build and adding a formatting configuration file, as well as its effects in #22. Please let me know if this helps.
format code with elixir code formatter and refactor if necessary
For example,
turns into
The text was updated successfully, but these errors were encountered: