Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Sep 3, 2024
1 parent bef139a commit 88dd647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/accesslists/AccessListFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";

interface IAccessList{
function initialize(address, string calldata, string calldata, bool,address[] memory,string[] memory) external returns (bool);
function initialize(address, string calldata, string calldata,
bool,address[] memory,string[] memory) external returns (bool);
function transferable() external view returns (bool);

}
Expand Down

0 comments on commit 88dd647

Please sign in to comment.