Skip to content
Snippets Groups Projects
Commit 7f42412f authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

cosmetics

parent c237f183
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment