Passed
Push — master ( 979da0...21dcf7 )
by Jesse
01:38
created
src/DynamicPathfinder.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,7 @@
 block discarded – undo
38 38
         return new self(
39 39
             self::singlePathfinder($theWorld, $heuristic, $negativeEdgeCosts),
40 40
             $negativeEdgeCosts ?
41
-                BellmanFordPathfinder::operatingIn($theWorld) :
42
-                MultiDijkstraPathfinder::operatingIn($theWorld)
41
+                BellmanFordPathfinder::operatingIn($theWorld) : MultiDijkstraPathfinder::operatingIn($theWorld)
43 42
         );
44 43
     }
45 44
 
Please login to merge, or discard this patch.