mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
refactor: formatting
This commit is contained in:
parent
4718c24327
commit
97c624e703
|
@ -194,7 +194,7 @@ contract LendingPoolCollateralManager is
|
||||||
debtReserveCache.nextVariableBorrowIndex
|
debtReserveCache.nextVariableBorrowIndex
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
IStableDebtToken(debtReserveCache.stableDebtTokenAddress).burn(
|
IStableDebtToken(debtReserveCache.stableDebtTokenAddress).burn(
|
||||||
user,
|
user,
|
||||||
vars.actualDebtToLiquidate.sub(vars.userVariableDebt)
|
vars.actualDebtToLiquidate.sub(vars.userVariableDebt)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user