1
0

parentheses...

This commit is contained in:
href
2020-07-08 13:58:38 +02:00
committed by rinpatch
parent 23d714ed30
commit 53ba6815b1
+1 -1
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} ->