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
);
}
IStableDebtToken(debtReserveCache.stableDebtTokenAddress).burn(
IStableDebtToken(debtReserveCache.stableDebtTokenAddress).burn(
user,
vars.actualDebtToLiquidate.sub(vars.userVariableDebt)
);