mandate published on notes
[akkoma] / lib / pleroma / web / activity_pub / pipeline.ex
index 0d6e8aad29630f5d8a5728bf25885739d21f5c80..d4e5072874a24a8063b22f10c8d5a69a73512564 100644 (file)
@@ -76,7 +76,8 @@ defmodule Pleroma.Web.ActivityPub.Pipeline do
         {:ok, :not_federated}
       end
     else
-      _e -> {:error, :badarg}
+      _e ->
+        {:error, :badarg}
     end
   end
 end