Credo fixes: alias grouping/ordering
This commit is contained in:
parent
106f4e7a0f
commit
60ea29dfe6
28 changed files with 57 additions and 98 deletions
|
|
@ -6,10 +6,11 @@ defmodule Pleroma.Web.Salmon do
|
|||
@httpoison Application.get_env(:pleroma, :httpoison)
|
||||
|
||||
use Bitwise
|
||||
alias Pleroma.Instances
|
||||
|
||||
alias Pleroma.{Instances, User}
|
||||
alias Pleroma.Web.XML
|
||||
alias Pleroma.Web.OStatus.ActivityRepresenter
|
||||
alias Pleroma.User
|
||||
|
||||
require Logger
|
||||
|
||||
def decode(salmon) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue