installation/pleroma-apache.conf: Add TLS configuration and security headers
[akkoma] / test / formatter_test.exs
index b97b0e8b901b20eeddf71330121586d4584d1756..95558089bd784f2720b978eafa41040d2dd1e243 100644 (file)
@@ -135,7 +135,7 @@ defmodule Pleroma.FormatterTest do
       assert length(subs) == 1
       Enum.each(subs, fn {uuid, _} -> assert String.contains?(text, uuid) end)
 
-      expected_text = "<span><a class='mention' href='#{o.ap_id}'>@<span>o</span></a></span> hi"      
+      expected_text = "<span><a class='mention' href='#{o.ap_id}'>@<span>o</span></a></span> hi"
       assert expected_text == Formatter.finalize({subs, text})
     end