From 7f42412f95916c2aa6e2833e82c8f65f526eefe0 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Mon, 3 Sep 2018 15:47:47 +0200 Subject: [PATCH] cosmetics --- lib/AccountManager/App.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AccountManager/App.pm b/lib/AccountManager/App.pm index b15d19d..0169f61 100644 --- a/lib/AccountManager/App.pm +++ b/lib/AccountManager/App.pm @@ -634,7 +634,7 @@ sub req_download_accounts { ); eval "require Text::CSV"; - my $csv = Text::CSV->new ({ binary => 1, eol => "\r\n", quote_space => 0 }); + my $csv = Text::CSV->new({ binary => 1, eol => "\r\n", quote_space => 0 }); $csv->print(\*STDOUT, [ qw/ username password -- GitLab