Passed
Push — master ( a36084...df0fc2 )
by Andrii
05:24 queued 03:59
created
tests/Structure/KDTreeTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,8 +68,8 @@
 block discarded – undo
68 68
 
69 69
         $this->assertEquals(1, $kdTree->points()->count());
70 70
         $kdTree->put(new Point(1, 1))
71
-               ->put(new Point(2, 2))
72
-               ->put(new Point(3, 3));
71
+                ->put(new Point(2, 2))
72
+                ->put(new Point(3, 3));
73 73
 
74 74
         $kdTree->delete(new Point(2, 2));
75 75
 
Please login to merge, or discard this patch.