diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-05-19 08:48:15 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-05-19 08:48:15 +0000 |
commit | 725b05d04aecaa00d5b79c81958267444bf3c91d (patch) | |
tree | 1c813d3e14d839fa1fbb675566c15356fd9217c8 /lib/pleroma/web/web_finger | |
parent | f32e19f66881ed0939d83e2810c29081d5b11e16 (diff) | |
download | pleroma-725b05d04aecaa00d5b79c81958267444bf3c91d.tar.gz |
run mix format
Diffstat (limited to 'lib/pleroma/web/web_finger')
-rw-r--r-- | lib/pleroma/web/web_finger/web_finger.ex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/pleroma/web/web_finger/web_finger.ex b/lib/pleroma/web/web_finger/web_finger.ex index 3744dd62f..6e5fc1401 100644 --- a/lib/pleroma/web/web_finger/web_finger.ex +++ b/lib/pleroma/web/web_finger/web_finger.ex @@ -86,7 +86,11 @@ defmodule Pleroma.Web.WebFinger do "href" => "data:application/magic-public-key,#{magic_key}" }, %{"rel" => "self", "type" => "application/activity+json", "href" => user.ap_id}, - %{"rel" => "self", "type" => "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"", "href" => user.ap_id}, + %{ + "rel" => "self", + "type" => "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"", + "href" => user.ap_id + }, %{ "rel" => "http://ostatus.org/schema/1.0/subscribe", "template" => OStatus.remote_follow_path() |