esi icon indicating copy to clipboard operation
esi copied to clipboard

Strip blank line in generated functions w/out options

Open bruce opened this issue 9 years ago • 2 comments

  def planets(character_id) do
    %ESI.Request{
      verb: :get,
      path: "/characters/#{character_id}/planets/",

    }
  end

bruce avatar Feb 21 '17 06:02 bruce

Probably to be fixed along with #14

bruce avatar Feb 26 '17 21:02 bruce

This issue could be somewhat side-stepped by running mix format which comes with Elixir 1.6.0 prior to checking in?

astutecat avatar Jan 19 '18 20:01 astutecat