Credo fixes.

This commit is contained in:
Lain Soykaf 2023-11-12 17:13:27 +04:00
commit 3d62c71edf
3 changed files with 3 additions and 3 deletions

View file

@ -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