diff options
author | Ilja <domainepublic@spectraltheorem.be> | 2020-10-03 11:55:16 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-08-06 07:59:52 +0200 |
commit | b674ba658b8adad42b96921a4afb031b8323f8a1 (patch) | |
tree | e4e4bac51d6aab89bbd06bea2af3522a3b63ef6f | |
parent | 3c5a497b19237c5e4f0f5d7aeb3fa1e43f13d932 (diff) | |
download | pleroma-b674ba658b8adad42b96921a4afb031b8323f8a1.tar.gz |
make linter happy
-rw-r--r-- | test/pleroma/config/deprecation_warnings_test.exs | 3 |
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 |