parentheses...

This commit is contained in:
href 2020-07-08 13:58:38 +02:00 committed by rinpatch
parent 23d714ed30
commit 53ba6815b1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ defmodule Pleroma.Gun.ConnectionPool.Reclaimer do
@registry Pleroma.Gun.ConnectionPool
def start_monitor() do
def start_monitor do
pid =
case :gen_server.start(__MODULE__, [], name: {:via, Registry, {@registry, "reclaimer"}}) do
{:ok, pid} ->