@@ -43,7 +43,7 @@ |
||
43 | 43 | $obsoleteList = TorrentListUtils::getObsoleteTorrents($torrentList); |
44 | 44 | if (!empty($obsoleteList)) { |
45 | 45 | $output->writeln('<comment>Found obsolete torrents, ' |
46 | - . 'remove it using transmission-cli torrent-remove-duplicates</comment>'); |
|
46 | + . 'remove it using transmission-cli torrent-remove-duplicates</comment>'); |
|
47 | 47 | TorrentListUtils::printTorrentsTable($obsoleteList, $output); |
48 | 48 | return 1; |
49 | 49 | } |
@@ -75,7 +75,7 @@ |
||
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) { |