Add missing newline.
This commit is contained in:
parent
595f96d869
commit
0e57d54747
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue