Refactor code to comply with credo suggestions
[akkoma] / lib / pleroma / web / ostatus / activity_representer.ex
index 590abc8bbbad3cfc7135f6b9936466a2520671b1..d7ea6132103b7eb96bc49ed40c7d022354e8982f 100644 (file)
@@ -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