Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
RickGriff committed Oct 20, 2024
1 parent f58b05d commit dca1b27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/src/TroveManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,6 @@ contract TroveManager is LiquityBase, ITroveManager, ITroveEvents {
uint256 _price,
SingleRedemptionValues memory _singleRedemption
) internal {

// Determine the remaining amount (lot) to be redeemed, capped by the entire debt of the Trove minus the liquidation reserve
_singleRedemption.boldLot = LiquityMath._min(_maxBoldamount, _singleRedemption.trove.entireDebt);

Expand Down

0 comments on commit dca1b27

Please sign in to comment.