mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Try to remove syntax error on old elixir
This commit is contained in:
parent
fb681828d6
commit
b318c70401
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ defmodule Mix.Tasks.Ejabberd.Deps.Tree do
|
||||||
|
|
||||||
defp keep_only_mods_not_used_as_dep(mods, mods_used_as_dep) do
|
defp keep_only_mods_not_used_as_dep(mods, mods_used_as_dep) do
|
||||||
Enum.filter mods, fn %{module: mod} ->
|
Enum.filter mods, fn %{module: mod} ->
|
||||||
mod not in mods_used_as_dep
|
not (mod in mods_used_as_dep)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue