Completed
Push — master ( df650f...2515f9 )
by Stanislav
07:24
created
src/Command/TorrentAdd.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 
49 49
     private function addFile(InputInterface $input, OutputInterface $output, TransmissionClient $client, $torrentFile)
50 50
     {
51
-        $this->dryRun($input, $output, function () use ($torrentFile, $client, $input, $output) {
51
+        $this->dryRun($input, $output, function() use ($torrentFile, $client, $input, $output) {
52 52
             $client->addTorrent($torrentFile);
53 53
         }, 'dry-run, don\'t really add torrents');
54 54
     }
Please login to merge, or discard this patch.