Skip to content

Commit

Permalink
chore: forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed May 15, 2024
1 parent a49a34e commit 2de444e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/src/TroveManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,7 @@ contract TroveManager is ERC721, LiquityBase, Ownable, ITroveManager {
vars.ICR = getCurrentICR(vars.troveId, _price);

if (vars.ICR < MCR) {
singleLiquidation =
_liquidate(_defaultPool, vars.troveId, vars.remainingBoldInStabPool, _price);
singleLiquidation = _liquidate(_defaultPool, vars.troveId, vars.remainingBoldInStabPool, _price);
vars.remainingBoldInStabPool = vars.remainingBoldInStabPool - singleLiquidation.debtToOffset;

// Add liquidation values to their respective running totals
Expand Down

0 comments on commit 2de444e

Please sign in to comment.