Credo fixes.
This commit is contained in:
parent
59018d73c3
commit
3d62c71edf
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ defmodule Pleroma.Config.Getting do
|
|||
def get(key), do: get(key, nil)
|
||||
def get(key, default), do: impl().get(key, default)
|
||||
|
||||
def impl() do
|
||||
def impl do
|
||||
Application.get_env(:pleroma, :config_impl, Pleroma.Config)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue