Completed
Push — master ( d0d021...195fbe )
by Ventaquil
10:35
created
src/Algorithms/Dijkstra.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
         $this->points = array();
50 50
 
51 51
         $this->points[$point] = DijkstraCache::loadOne($this->generated, $point, function () {
52
-           return array(0, ''); 
52
+            return array(0, ''); 
53 53
         });
54 54
     }
55 55
 
Please login to merge, or discard this patch.