mix format
[akkoma] / test / web / twitter_api / twitter_api_controller_test.exs
index 5fcd23d909f391146307ce8dbe42fe2409e86f0d..3a035e298783024276f4e9abd9c5a09179486e06 100644 (file)
@@ -504,6 +504,7 @@ defmodule Pleroma.Web.TwitterAPI.ControllerTest do
         conn
         |> with_credentials(current_user.nickname, "test")
         |> get("/api/qvitter/mutes.json")
+
       current_user = Repo.get(User, current_user.id)
 
       assert [] = json_response(conn, 200)