X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fweb%2Fostatus%2Factivity_representer.ex;h=d7ea6132103b7eb96bc49ed40c7d022354e8982f;hb=6cf7c132282e612514af992c6dea0b03ee5b678d;hp=590abc8bbbad3cfc7135f6b9936466a2520671b1;hpb=fb5cebc1b5dcfd6af7fa1a81bc5b26275714fa26;p=akkoma diff --git a/lib/pleroma/web/ostatus/activity_representer.ex b/lib/pleroma/web/ostatus/activity_representer.ex index 590abc8bb..d7ea61321 100644 --- a/lib/pleroma/web/ostatus/activity_representer.ex +++ b/lib/pleroma/web/ostatus/activity_representer.ex @@ -23,5 +23,5 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenter do ] ++ attachments end - def to_simple_form(_,_), do: nil + def to_simple_form(_, _), do: nil end