Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Mar 15, 2019
1 parent 6c1b383 commit 381bc29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ueberauth/strategy/google/oauth.ex
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ defmodule Ueberauth.Strategy.Google.OAuth do
{key, resolve_value(value)}
end
end

defp resolve_value({m, f, a}) when is_atom(m) and is_atom(f), do: apply(m, f, a)
defp resolve_value(v), do: v
end

0 comments on commit 381bc29

Please sign in to comment.