fix alias ordering
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
f565cf2b5b
commit
36b71733a0
4 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,6 @@ defmodule Pleroma.User do
|
|||
alias Pleroma.FollowingRelationship
|
||||
alias Pleroma.Formatter
|
||||
alias Pleroma.Hashtag
|
||||
alias Pleroma.User.HashtagFollow
|
||||
alias Pleroma.HTML
|
||||
alias Pleroma.Keys
|
||||
alias Pleroma.MFA
|
||||
|
|
@ -29,6 +28,7 @@ defmodule Pleroma.User do
|
|||
alias Pleroma.Registration
|
||||
alias Pleroma.Repo
|
||||
alias Pleroma.User
|
||||
alias Pleroma.User.HashtagFollow
|
||||
alias Pleroma.UserRelationship
|
||||
alias Pleroma.Web.ActivityPub.ActivityPub
|
||||
alias Pleroma.Web.ActivityPub.Builder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue