Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Oct 27, 2017
1 parent f574581 commit 5f662ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_ray.ex
Expand Up @@ -98,7 +98,7 @@ defmodule ExRay do
funs
|> Enum.reduce({nil, 0, []}, fn(f, acc) -> generate(env, f, acc) end)
|> elem(2)
false -> ;
false -> :ok
end
end

Expand Down

0 comments on commit 5f662ef

Please sign in to comment.