aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-09-18 22:09:03 +0300
committerAriadne Conill <ariadne@dereferenced.org>2019-10-06 14:53:55 +0000
commitc7313c8dfbdc4022db56a77c5e8de6529d52e765 (patch)
treedd2da228291e99d56835ac2ea66360f8aeaad111
parent40c7d6fa173b4c32e6cec9a85f67c050ce20bd25 (diff)
downloadpleroma-c7313c8dfbdc4022db56a77c5e8de6529d52e765.tar.gz
Fix credo issues
-rw-r--r--lib/pleroma/object/fetcher.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/object/fetcher.ex b/lib/pleroma/object/fetcher.ex
index 91e6b6dca..cea33b5af 100644
--- a/lib/pleroma/object/fetcher.ex
+++ b/lib/pleroma/object/fetcher.ex
@@ -6,8 +6,8 @@ defmodule Pleroma.Object.Fetcher do
alias Pleroma.HTTP
alias Pleroma.Object
alias Pleroma.Object.Containment
- alias Pleroma.Signature
alias Pleroma.Repo
+ alias Pleroma.Signature
alias Pleroma.Web.ActivityPub.InternalFetchActor
alias Pleroma.Web.ActivityPub.Transmogrifier
alias Pleroma.Web.OStatus