Completed
Push — master ( 10a679...81236c )
by Stanislav
01:44
created
src/Command/StatsSend.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.