Completed
Push — master ( f277c1...6f7267 )
by Stanislav
02:15
created
src/TransmissionClient.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,7 +136,6 @@
 block discarded – undo
136 136
         }
137 137
 
138 138
         return $torrentInList[Torrent\Get::TOTAL_SIZE] < $torrentNotInList[Torrent\Get::TOTAL_SIZE] ?
139
-            $torrentInList :
140
-            $torrentNotInList;
139
+            $torrentInList : $torrentNotInList;
141 140
     }
142 141
 }
Please login to merge, or discard this patch.