parentheses...

stable
href 4 years ago committed by rinpatch
parent 23d714ed30
commit 53ba6815b1

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

Loading…
Cancel
Save