mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-02 22:50:20 +00:00
Useless use of a constant in void context
Remove an extraneous newline to avoid useless constant warning.
This commit is contained in:
parent
b7302a9b72
commit
8ae7001729
@ -386,7 +386,8 @@ sub report
|
||||
push(@vals, map { $rep->{+__PACKAGE__}{$_} } ($f_passes, $f_fails,
|
||||
$f_xpasses, $f_xfails));
|
||||
my $socket = $rep->_socket();
|
||||
$socket->print(join(' ', @vals)), "\n";
|
||||
$socket->print(join(' ', @vals));
|
||||
$socket->flush();
|
||||
}
|
||||
|
||||
# Usage: notify(string)
|
||||
|
Loading…
Reference in New Issue
Block a user