Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kyzia551 committed Jun 18, 2024
1 parent be6a37f commit 80bf1e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ contract DefaultReserveInterestRateStrategyV2 is IDefaultInterestRateStrategyV2
/// @dev Map of reserves address and their interest rate data (reserveAddress => interestRateData)
mapping(address => InterestRateData) internal _interestRateData;


modifier onlyPoolConfigurator() {
require(
msg.sender == ADDRESSES_PROVIDER.getPoolConfigurator(),
Expand Down

0 comments on commit 80bf1e9

Please sign in to comment.