Passed
Push — master ( ed38c8...ec4b65 )
by Roma
02:22
created
src/AngularSweep.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
             }
119 119
         }
120 120
 
121
-        usort($angles, function ($a, $b) {
121
+        usort($angles, function($a, $b) {
122 122
             if ($a === $b) {
123 123
                 return 0;
124 124
             }
Please login to merge, or discard this patch.