Mix format
[akkoma] / lib / mix / tasks / pleroma / diagnostics.ex
index 3b6063723713435a3c4373f4b8bc79f22d9269e1..87be38b7834d2f27c6501a0d723d708de5ad7388 100644 (file)
@@ -120,8 +120,8 @@ defmodule Mix.Tasks.Pleroma.Diagnostics do
         params
       )
       |> limit(20)
-    
+
     Ecto.Adapters.SQL.explain(Repo, :all, query, analyze: true, timeout: :infinity)
-    |> IO.puts()    
+    |> IO.puts()
   end
 end