Completed
Push — master ( ac84ef...df650f )
by Stanislav
02:18
created
src/Command/TorrentRemoveDuplicates.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
             return 0;
35 35
         }
36 36
 
37
-        $this->dryRun($input, $output, function () use ($client, $obsoleteList, $config, $input, $output) {
37
+        $this->dryRun($input, $output, function() use ($client, $obsoleteList, $config, $input, $output) {
38 38
             $influxDbClient = $this->getApplication()->getInfluxDbClient(
39 39
                 $config->get('influxdb-host'),
40 40
                 $config->get('influxdb-port'),
Please login to merge, or discard this patch.