diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-18 22:09:03 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-18 22:09:03 +0300 |
commit | 5028b7b5780fbfd0904b2e48c05a05eeab0e623d (patch) | |
tree | 4686481c0a668f120f887e2beaaa424b2746f347 /lib | |
parent | c096dd86e5e4e3bdb9aa35c2c4f499efc17ddd16 (diff) | |
download | pleroma-5028b7b5780fbfd0904b2e48c05a05eeab0e623d.tar.gz |
Fix credo issues
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/object/fetcher.ex | 2 |
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 |