Completed
Push — master ( 7b220e...d0f73c )
by Patrick
08:53
created
src/HarmonicCalculator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.