whitespace

This commit is contained in:
Jed Reynolds
2018-10-08 17:04:54 -07:00
parent 91025df086
commit 2e733e0679

View File

@@ -253,7 +253,6 @@ for (my $i = $::first_port; $i <= $::last_port; $i++) {
# create live endpoint
my $ip_addr = $::port_ips{$i};
open(my $fh, ">", $::port_file{$i} ) || die "unable to create file $::port_file{$i}";
print $fh $::port_download{$i};
close $fh;