Skip to content

Commit

Permalink
Merge pull request #1355 from morpho-dao/fix/lens-visibility
Browse files Browse the repository at this point in the history
Fix lens visibility
  • Loading branch information
MerlinEgalite authored Oct 15, 2022
2 parents ff82027 + e9379eb commit b4ca7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/aave-v2/lens/UsersLens.sol
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ abstract contract UsersLens is IndexesLens {
/// @return balanceOnPool The balance on pool of the user (in underlying).
/// @return totalBalance The total balance of the user (in underlying).
function _getCurrentSupplyBalanceInOf(address _poolToken, address _user)
public
internal
view
returns (
address underlyingToken,
Expand Down Expand Up @@ -391,7 +391,7 @@ abstract contract UsersLens is IndexesLens {
/// @return balanceOnPool The balance on pool of the user (in underlying).
/// @return totalBalance The total balance of the user (in underlying).
function _getCurrentBorrowBalanceInOf(address _poolToken, address _user)
public
internal
view
returns (
address underlyingToken,
Expand Down

0 comments on commit b4ca7e1

Please sign in to comment.