@@ -32,7 +32,7 @@ |
||
32 | 32 | ); |
33 | 33 | } |
34 | 34 | |
35 | - $harmonics = array_filter($harmonics, function (Harmonic $harmonic) { |
|
35 | + $harmonics = array_filter($harmonics, function(Harmonic $harmonic) { |
|
36 | 36 | return $this->validateDistance($harmonic); |
37 | 37 | }); |
38 | 38 |