Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
krogla committed Jan 21, 2025
1 parent a54d144 commit 9fe5bda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CredibleCommitmentCurationProvider.sol
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ contract CredibleCommitmentCurationProvider is
);
}


function resetForcedOptOut(uint24 moduleId, uint64 operatorId) external onlyRole(COMMITTEE_ROLE) {
uint256 opKey = _getOpKeyById(moduleId, operatorId);
OperatorOptInOutState memory optInOutState = opKey._getOperatorOptInOutState();
Expand Down

0 comments on commit 9fe5bda

Please sign in to comment.