@@ -42,7 +42,7 @@ |
||
42 | 42 | $torrentsUrls = $this->getPopularTorrentsUrls($output, $weburgClient, $downloadDir); |
43 | 43 | } |
44 | 44 | |
45 | - $this->dryRun($input, $output, function () use ($weburgClient, $torrentsDir, $torrentsUrls) { |
|
45 | + $this->dryRun($input, $output, function() use ($weburgClient, $torrentsDir, $torrentsUrls) { |
|
46 | 46 | foreach ($torrentsUrls as $torrentUrl) { |
47 | 47 | $weburgClient->downloadTorrent($torrentUrl, $torrentsDir); |
48 | 48 | } |