Skip to content

Commit

Permalink
feat: more natspec cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinBattilana committed Mar 1, 2024
1 parent 7f42dfc commit 967025c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/contracts/misc/FixedRateStrategyFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pragma solidity ^0.8.10;
import {IPoolAddressesProvider} from '@aave/core-v3/contracts/interfaces/IPoolAddressesProvider.sol';
import {GhoInterestRateStrategy} from '../facilitators/aave/interestStrategy/GhoInterestRateStrategy.sol';
import {IFixedRateStrategyFactory} from './interfaces/IFixedRateStrategyFactory.sol';

/**
* @title FixedRateStrategyFactory
* @author Aave Labs
Expand Down

0 comments on commit 967025c

Please sign in to comment.