Fix trailing whitespaces in lib/pleroma/web/web_finger.ex
authorKaizhe Huang <hkz85825915@gmail.com>
Sun, 20 Dec 2020 13:54:15 +0000 (00:54 +1100)
committerKaizhe Huang <hkz85825915@gmail.com>
Sun, 20 Dec 2020 13:54:15 +0000 (00:54 +1100)
lib/pleroma/web/web_finger.ex

index ca200588aa942e12a4a985d1f2494de24a1df41f..2e39ae0484bb0edd0a1a8839b91f2654d87cedcd 100644 (file)
@@ -116,7 +116,7 @@ defmodule Pleroma.Web.WebFinger do
           {"application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"", "self"} ->
             Map.put(data, "ap_id", link["href"])
 
-          {nil, "http://ostatus.org/schema/1.0/subscribe"} ->                 
+          {nil, "http://ostatus.org/schema/1.0/subscribe"} ->
             Map.put(data, "subscribe_address", link["template"])
 
           _ ->