Bug 32775: (QA follow-up) remove useless empty line

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Fridolin Somers 2023-03-17 16:58:49 -10:00 committed by Tomas Cohen Arazi
parent 27dc268af3
commit 2928c1cf63
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -24,7 +24,6 @@ isnt(C4::Languages::_get_themes(), undef, 'testing _get_themes doesnt return und
ok(C4::Languages::_get_language_dirs(), 'test getting _get_language_dirs');
my $result;
warning_is { $result = C4::Languages::accept_language(); }
q{accept_language(x,y) called with no clientPreferences (x).},