Add missing newline.

This commit is contained in:
Bradley M. Kuhn 2017-01-02 11:58:34 -08:00
parent 595f96d869
commit 0e57d54747

View file

@ -83,7 +83,7 @@ foreach my $id (@supporterIds) {
print "\n";
} else {
print "...\n put on hold on $req->{holdDate} by $req->{holder}";
print "...\n release on: $req->{holdReleaseDate}\n" if defined $req->{holdRelaseDate};
print "...\n release on: $req->{holdReleaseDate}" if defined $req->{holdReleaseDate};
print "...\n on hold because: $req->{heldBecause}\n" if defined $req->{heldBecause};