Skip to content

Commit

Permalink
Remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
kpanic committed Apr 8, 2018
1 parent 7534f48 commit c49db0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/forecastr/renderer/png.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Forecastr.Renderer.PNG do
|> render_png(city_name)
end

def render(map = %{"city" => %{"name" => city_name}}) do
def render(%{"city" => %{"name" => city_name}}) do
"#{city_name}.png"
end

Expand Down

0 comments on commit c49db0d

Please sign in to comment.