Completed
Branch master (0c439c)
by Ventaquil
02:49
created
demo.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
 // You can also add points like that
78 78
 new Algorithms\Dijkstra(function (Algorithms\Dijkstra\Creator $creator) {
79 79
     $point = $creator->addPoint(1)
80
-                     ->addRelation(2, 5);
80
+                        ->addRelation(2, 5);
81 81
 
82 82
     $creator->addPoint(3)
83 83
             ->addRelation($point, 8)
Please login to merge, or discard this patch.