Skip to content

Commit

Permalink
Fix unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Mar 13, 2019
1 parent 1382f3e commit 0218ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/phx.routes.ex
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule Mix.Tasks.Phx.Routes do
defp endpoint(nil, base) do
loaded(web_mod(base, "Endpoint"))
end
defp endpoint(module, base) do
defp endpoint(module, _base) do
loaded(Module.concat([module]))
end

Expand Down

0 comments on commit 0218ed4

Please sign in to comment.