make linter happy

This commit is contained in:
Ilja 2020-10-03 11:55:16 +02:00
parent 0d1c1736b4
commit bd1142105e
1 changed files with 2 additions and 1 deletions

View File

@ -179,7 +179,8 @@ test "doesn't give a warning with correct config" 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