Passed
Pull Request — master (#4)
by
unknown
10:11
created
src/Calculator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
             $previous = $point;
140 140
         }
141 141
 
142
-        if($shouldResetPoints === true) {
142
+        if ($shouldResetPoints === true) {
143 143
             $this->resetPoints();
144 144
         }
145 145
         
Please login to merge, or discard this patch.