Skip to content

Commit

Permalink
chore: fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry committed Oct 5, 2023
1 parent 3e1400d commit 2799899
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {IPermissionCondition} from "./IPermissionCondition.sol";
/// @author Aragon Association - 2023
/// @notice An abstract contract for upgradeable or cloneable contracts to inherit from and to support customary permissions depending on arbitrary on-chain state.
/// @custom:security-contact sirt@aragon.org
abstract contract PermissionConditionUpgradeable is ERC165Upgradeable, IPermissionCondition {
abstract contract PermissionConditionUpgradeable is
ERC165Upgradeable,
IPermissionCondition,
ProtocolVersion
Expand Down

0 comments on commit 2799899

Please sign in to comment.