make linter happy
authorIlja <domainepublic@spectraltheorem.be>
Sat, 3 Oct 2020 09:55:16 +0000 (11:55 +0200)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Fri, 6 Aug 2021 05:59:52 +0000 (07:59 +0200)
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