1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-29 03:46:04 +01:00

Fix credo warning

This commit is contained in:
Egor Kislitsyn 2019-12-05 20:29:17 +07:00
parent 48ae3c4347
commit 1216b546c6

View File

@ -68,7 +68,7 @@ defmodule Pleroma.Application do
Supervisor.start_link(children, opts)
end
def load_custom_modules() do
def load_custom_modules do
dir = Pleroma.Config.get([:instance, :custom_modules_dir])
if dir && File.exists?(dir) do