diff options
author | lain <lain@soykaf.club> | 2018-04-21 09:43:53 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-04-21 09:43:53 +0200 |
commit | 9e6ae447294d055af6add2efa9aca0024a252fe1 (patch) | |
tree | 264cf7087c11126fb0bf3675a05c436a5243aa10 /lib/pleroma/web/web_finger | |
parent | ce7618f6f69aa98ab727be9efc45f51e0c18ebb8 (diff) | |
download | pleroma-9e6ae447294d055af6add2efa9aca0024a252fe1.tar.gz |
Formatting fixes.
Diffstat (limited to 'lib/pleroma/web/web_finger')
-rw-r--r-- | lib/pleroma/web/web_finger/web_finger.ex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/pleroma/web/web_finger/web_finger.ex b/lib/pleroma/web/web_finger/web_finger.ex index e45c0ed8d..dc9ad2014 100644 --- a/lib/pleroma/web/web_finger/web_finger.ex +++ b/lib/pleroma/web/web_finger/web_finger.ex @@ -81,7 +81,10 @@ defmodule Pleroma.Web.WebFinger do "href" => user.ap_id }, %{"rel" => "salmon", "href" => OStatus.salmon_path(user)}, - %{"rel" => "magic-public-key", "href" => "data:application/magic-public-key,#{magic_key}"}, + %{ + "rel" => "magic-public-key", + "href" => "data:application/magic-public-key,#{magic_key}" + }, %{"rel" => "self", "type" => "application/activity+json", "href" => user.ap_id}, %{ "rel" => "http://ostatus.org/schema/1.0/subscribe", |