mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Removed space
This commit is contained in:
parent
bb822035a8
commit
78d9d4af74
|
@ -435,7 +435,6 @@ contract LendingPool is VersionedInitializable, ILendingPool {
|
||||||
|
|
||||||
vars.premium = amount.mul(FLASHLOAN_PREMIUM_TOTAL).div(10000);
|
vars.premium = amount.mul(FLASHLOAN_PREMIUM_TOTAL).div(10000);
|
||||||
|
|
||||||
|
|
||||||
ValidationLogic.validateFlashloan(mode, vars.premium);
|
ValidationLogic.validateFlashloan(mode, vars.premium);
|
||||||
|
|
||||||
ReserveLogic.InterestRateMode debtMode = ReserveLogic.InterestRateMode(mode);
|
ReserveLogic.InterestRateMode debtMode = ReserveLogic.InterestRateMode(mode);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user