Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] / lib / pleroma / web / activity_pub / mrf / drop_policy.ex
index dcb640b122b3d56e5608f2338821fc4cfc70d96d..f7831bc3e69407209a4973f9d11cd896df20c427 100644 (file)
@@ -14,5 +14,5 @@ defmodule Pleroma.Web.ActivityPub.MRF.DropPolicy do
   end
 
   @impl true
-  def describe(), do: {:ok, %{}}
+  def describe, do: {:ok, %{}}
 end