refactor: formatting

This commit is contained in:
The3D 2021-06-28 14:00:21 +02:00
parent 4718c24327
commit 97c624e703

View File

@ -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)
); );