CI: Bump lint stage to elixir-1.12
[akkoma] / lib / pleroma / web / common_api.ex
index 1b5f8491efa0ddff51ce3d7769f50ec208df3a5a..6f685cb7ba570b117d768f34f79a1d1be8441e6c 100644 (file)
@@ -487,9 +487,7 @@ defmodule Pleroma.Web.CommonAPI do
     else
       {what, result} = error ->
         Logger.warn(
-          "CommonAPI.remove_mute/2 failed. #{what}: #{result}, user_id: #{user_id}, activity_id: #{
-            activity_id
-          }"
+          "CommonAPI.remove_mute/2 failed. #{what}: #{result}, user_id: #{user_id}, activity_id: #{activity_id}"
         )
 
         {:error, error}