parentheses...
authorhref <href@random.sh>
Wed, 8 Jul 2020 11:58:38 +0000 (13:58 +0200)
committerrinpatch <rinpatch@sdf.org>
Wed, 15 Jul 2020 12:26:35 +0000 (15:26 +0300)
lib/pleroma/gun/connection_pool/reclaimer.ex

index 1793ac3ee6c37146f9a249573e33cccb0ea9f750..cea800882d4395cbdb443fc2ae68cf91cc6c6d14 100644 (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} ->