diff options
author | Anton Yuzhaninov <citrin+git@citrin.ru> | 2019-06-20 20:16:37 +0200 |
---|---|---|
committer | Anton Yuzhaninov <citrin+git@citrin.ru> | 2019-06-20 20:21:50 +0200 |
commit | 93fbacc6fe590be3c5212a34fcda9b3a1c0ffcce (patch) | |
tree | 73842990c7f3c8123f6e18d1c09da5246638dd21 /utils/asn.pl | |
parent | 353bef24678bf508c98aa2d86d3e662fda673a9a (diff) | |
download | rspamd-93fbacc6fe590be3c5212a34fcda9b3a1c0ffcce.tar.gz rspamd-93fbacc6fe590be3c5212a34fcda9b3a1c0ffcce.zip |
[Minor] Format perl scripts using current perltidy version
Diffstat (limited to 'utils/asn.pl')
-rw-r--r-- | utils/asn.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/asn.pl b/utils/asn.pl index b5f2ca41e..fe5436354 100644 --- a/utils/asn.pl +++ b/utils/asn.pl @@ -63,7 +63,7 @@ sub download_file { my ($u) = @_; print "Fetching $u\n"; - my $ff = File::Fetch->new( uri => $u ); + my $ff = File::Fetch->new( uri => $u ); my $where = $ff->fetch( to => $download_target ) or die $ff->error; return $where; |