logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: b674ba658b8adad42b96921a4afb031b8323f8a1
parent 3c5a497b19237c5e4f0f5d7aeb3fa1e43f13d932
Author: Ilja <domainepublic@spectraltheorem.be>
Date:   Sat,  3 Oct 2020 11:55:16 +0200

make linter happy

Diffstat:

Mtest/pleroma/config/deprecation_warnings_test.exs3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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