possibility to run rollback in test env
[akkoma] / 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"])
 
           _ ->