Skip to content

Commit

Permalink
Update Calculator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagdish-J-P committed Oct 29, 2023
1 parent 326deee commit 258aa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Calculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ private function calculate(bool $shouldResetPoints = false)
$previous = $point;
}

if($shouldResetPoints === true) {
if ($shouldResetPoints === true) {
$this->resetPoints();
}

Expand Down

0 comments on commit 258aa33

Please sign in to comment.