diff --git a/lib/SLUB/LZA/TA/Command/report.pm b/lib/SLUB/LZA/TA/Command/report.pm index b6189364c2c9b831b31d835287b44bc95eff2f32..b3025dc54c813b86be30e135579dee2c18f15cf8 100644 --- a/lib/SLUB/LZA/TA/Command/report.pm +++ b/lib/SLUB/LZA/TA/Command/report.pm @@ -582,7 +582,7 @@ RPTHEADER } } } - say; + say ""; } } foreach my $ldp_project (sort keys %{$results->{ldp_project}}) { @@ -604,7 +604,7 @@ RPTHEADER ; } } - say; + say ""; } } }