diff --git a/lib/pleroma/formatter.ex b/lib/pleroma/formatter.ex
index 2d3487f6a..4afc73bf4 100644
--- a/lib/pleroma/formatter.ex
+++ b/lib/pleroma/formatter.ex
@@ -189,7 +189,7 @@ defmodule Pleroma.Formatter do
end)
subs = subs ++ Enum.map(tags, fn ({_, tag, uuid}) ->
- url = "##{tag}"
+ url = "##{tag}"
{uuid, url}
end)