@@ -56,7 +56,7 @@ |
||
56 | 56 | |
57 | 57 | $deleteLocalData = !$input->getOption('soft'); |
58 | 58 | |
59 | - $this->dryRun($input, $output, function () use ($output, $torrentList, $client, $deleteLocalData) { |
|
59 | + $this->dryRun($input, $output, function() use ($output, $torrentList, $client, $deleteLocalData) { |
|
60 | 60 | $client->removeTorrents($torrentList, $deleteLocalData); |
61 | 61 | $output->writeln('Torrents removed.'); |
62 | 62 | if (!$deleteLocalData) { |