Passed
Push — master ( 1df370...dc6623 )
by Andrii
01:30
created
src/ValueObject/Point.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
 
69 69
         $result = array_reduce(
70 70
             range(0, $this->dimensions - 1),
71
-            function (float $result, int $dimension) use ($point) {
71
+            function(float $result, int $dimension) use ($point) {
72 72
                 return $result + ($point->getDAxis($dimension) - $this->getDAxis($dimension)) ** 2;
73 73
             },
74 74
             0.0
Please login to merge, or discard this patch.