@@ -38,8 +38,7 @@ |
||
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 |