esi
esi copied to clipboard
Strip blank line in generated functions w/out options
def planets(character_id) do
%ESI.Request{
verb: :get,
path: "/characters/#{character_id}/planets/",
}
end
Probably to be fixed along with #14
This issue could be somewhat side-stepped by running mix format which comes with Elixir 1.6.0 prior to checking in?