瀏覽代碼

Formatting

issue/2315-poll-notify
Mark Felder 3 年之前
父節點
當前提交
61494b5245
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      lib/mix/tasks/pleroma/config.ex

+ 2
- 2
lib/mix/tasks/pleroma/config.ex 查看文件

@@ -316,8 +316,8 @@ defmodule Mix.Tasks.Pleroma.Config do
end

defp maybe_atomize(arg) when is_atom(arg), do: arg
defp maybe_atomize(":" <> arg), do: maybe_atomize(arg)
defp maybe_atomize(":" <> arg), do: maybe_atomize(arg)

defp maybe_atomize(arg) when is_binary(arg) do
if ConfigDB.module_name?(arg) do


Loading…
取消
儲存