aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/object
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-09-18 22:09:03 +0300
committerrinpatch <rinpatch@sdf.org>2019-09-18 22:09:03 +0300
commit5028b7b5780fbfd0904b2e48c05a05eeab0e623d (patch)
tree4686481c0a668f120f887e2beaaa424b2746f347 /lib/pleroma/object
parentc096dd86e5e4e3bdb9aa35c2c4f499efc17ddd16 (diff)
downloadpleroma-5028b7b5780fbfd0904b2e48c05a05eeab0e623d.tar.gz
Fix credo issues
Diffstat (limited to 'lib/pleroma/object')
-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