fixed syntax error

This commit is contained in:
pistiner 2020-11-24 16:08:23 +02:00
parent bb52ba0659
commit 7c53ad84fa

View File

@ -101,11 +101,11 @@ contract LendingPoolHarnessForVariableDebtToken is ILendingPool {
function getUserAccountData(address user) function getUserAccountData(address user)
external external
override
view view
override
returns ( returns (
uint256 totalCollateralETH, uint256 totalCollateralETH,
uint256 totalBorrowsETH, uint256 totalDebtETH,
uint256 availableBorrowsETH, uint256 availableBorrowsETH,
uint256 currentLiquidationThreshold, uint256 currentLiquidationThreshold,
uint256 ltv, uint256 ltv,