Completed
Push — master ( 27dee6...22d68a )
by Stanislav
05:48
created
src/Command/StatsSend.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
 
76 76
             $points[] = $influxDbClient->buildStatus($torrentList, $transmissionHost);
77 77
 
78
-            $this->dryRun($input, $output, function () use ($influxDbClient, $points) {
78
+            $this->dryRun($input, $output, function() use ($influxDbClient, $points) {
79 79
                 $influxDbClient->writePoints($points);
80 80
             }, 'dry-run, don\'t really send points');
81 81
         } catch (\Exception $e) {
Please login to merge, or discard this patch.