From 70141f7617e45c72977a38afb0537abe8196f7ad Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Thu, 21 Nov 2024 13:51:50 +0100
Subject: [PATCH] - fixed warning

---
 lib/SLUB/LZA/TA/Command/report.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/SLUB/LZA/TA/Command/report.pm b/lib/SLUB/LZA/TA/Command/report.pm
index b618936..b3025dc 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 "";
             }
         }
     }
-- 
GitLab