From f88cb1da4fdef813c74b5eb890df8d12d72c47ab Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 8 Nov 2023 10:10:23 -0300 Subject: [PATCH] Bug 33050: Tidy Signed-off-by: Tomas Cohen Arazi --- misc/cronjobs/runreport.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/runreport.pl b/misc/cronjobs/runreport.pl index 8cc209eab2..ee807d53ca 100755 --- a/misc/cronjobs/runreport.pl +++ b/misc/cronjobs/runreport.pl @@ -198,7 +198,7 @@ my $quote = '"'; my $store_results = 0; my $csv_header = 0; my $csv_separator = ""; -my $csv_quote = ""; +my $csv_quote = ""; my $username = undef; my $password = undef; -- 2.39.5