run mix format

This commit is contained in:
William Pitcock 2018-05-25 08:03:34 +00:00
parent 502ba33d01
commit 62c95e8d4d
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ defp get_follow_activity(follow_object) do
is_binary(follow_object) ->
object = get_obj_helper(follow_object) || ActivityPub.fetch_object_from_id(follow_object)
if object do
{:ok, object}
else