make linter happy
[akkoma] / test / pleroma / config / deprecation_warnings_test.exs
index 1037c4d35f3370cb903eb7791faaf800acd9a00e..84459de8f9e47fe53da778e4a66d0a8b8037bbb5 100644 (file)
@@ -183,7 +183,8 @@ defmodule Pleroma.Config.DeprecationWarningsTest do
         {"some.tld", ""}
       ])
 
-      assert capture_log(fn -> DeprecationWarnings.check_transparency_exclusions_tuples() end) == ""
+      assert capture_log(fn -> DeprecationWarnings.check_transparency_exclusions_tuples() end) ==
+               ""
     end
   end