Skip to content

Commit

Permalink
Remove whitespace from line 128
Browse files Browse the repository at this point in the history
  • Loading branch information
christophermallory committed Jul 6, 2022
1 parent 074a5f2 commit 6bd3f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ViewModel/Cart/ProgressBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function isFreeShippingEligible(): bool
return ($currentTotal >= $this->getFreeShippingMinValue());
}

return false;
return false;
}

/**
Expand Down

0 comments on commit 6bd3f2d

Please sign in to comment.