diff --git a/contracts/registry/RoleRegistry.sol b/contracts/registry/RoleRegistry.sol index 4bc7a21cb..305eae49c 100644 --- a/contracts/registry/RoleRegistry.sol +++ b/contracts/registry/RoleRegistry.sol @@ -1,6 +1,7 @@ // SPDX-License-Identifier: BlueOak-1.0.0 pragma solidity 0.8.19; +// solhint-disable-next-line max-line-length import { AccessControlEnumerable } from "@openzeppelin/contracts/access/AccessControlEnumerable.sol"; /**