Fix credo warning
authorEgor Kislitsyn <egor@kislitsyn.com>
Thu, 5 Dec 2019 13:29:17 +0000 (20:29 +0700)
committerEgor Kislitsyn <egor@kislitsyn.com>
Thu, 5 Dec 2019 13:29:17 +0000 (20:29 +0700)
lib/pleroma/application.ex

index 5b6e233a683be53d139c61ae08611d12ea571603..73364f1411da2cf08227772b9cfc0fb44f3a2166 100644 (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