@@ -65,7 +65,7 @@ |
||
65 | 65 | } |
66 | 66 | |
67 | 67 | if (!empty($torrentsUrls)) { |
68 | - $this->dryRun($input, $output, function () use ($weburgClient, $torrentsDir, $torrentsUrls) { |
|
68 | + $this->dryRun($input, $output, function() use ($weburgClient, $torrentsDir, $torrentsUrls) { |
|
69 | 69 | foreach ($torrentsUrls as $torrentUrl) { |
70 | 70 | $weburgClient->downloadTorrent($torrentUrl, $torrentsDir); |
71 | 71 | } |