aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlja <domainepublic@spectraltheorem.be>2020-10-03 11:55:16 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-08-06 07:59:52 +0200
commitb674ba658b8adad42b96921a4afb031b8323f8a1 (patch)
treee4e4bac51d6aab89bbd06bea2af3522a3b63ef6f
parent3c5a497b19237c5e4f0f5d7aeb3fa1e43f13d932 (diff)
downloadpleroma-b674ba658b8adad42b96921a4afb031b8323f8a1.tar.gz
make linter happy
-rw-r--r--test/pleroma/config/deprecation_warnings_test.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/pleroma/config/deprecation_warnings_test.exs b/test/pleroma/config/deprecation_warnings_test.exs
index 1037c4d35..84459de8f 100644
--- a/test/pleroma/config/deprecation_warnings_test.exs
+++ b/test/pleroma/config/deprecation_warnings_test.exs
@@ -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