run mix format

This commit is contained in:
William Pitcock 2018-05-28 18:31:48 +00:00
commit 5eed1ea181
3 changed files with 31 additions and 18 deletions

View file

@ -233,7 +233,11 @@ defmodule Pleroma.Web.ActivityPub.Utils do
@doc """
Makes a follow activity data for the given follower and followed
"""
def make_follow_data(%User{ap_id: follower_id}, %User{ap_id: followed_id} = followed, activity_id) do
def make_follow_data(
%User{ap_id: follower_id},
%User{ap_id: followed_id} = followed,
activity_id
) do
data = %{
"type" => "Follow",
"actor" => follower_id,