Completed
Push — master ( c93d1e...39b788 )
by Stanislav
02:17
created
src/Command/TorrentRemove.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.