Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aliarbak committed Mar 11, 2024
1 parent b8d9e4b commit cd90523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/compliance/modular/modules/ModuleProxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ pragma solidity 0.8.17;
import "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol";

contract ModuleProxy is ERC1967Proxy {
// solhint-disable-next-line no-empty-blocks
constructor(address implementation, bytes memory _data) ERC1967Proxy(implementation, _data) { }
}

0 comments on commit cd90523

Please sign in to comment.