Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenli86 committed Oct 10, 2024
1 parent 9e8182b commit 8f8daab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/contracts/interfaces/IAVSDirectory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,10 @@ interface IAVSDirectory is IAVSDirectoryEvents, IAVSDirectoryErrors, ISignatureU
*
* @dev msg.sender is used as the AVS.
*/
function removeStrategyFromOperatorSets(address strategy, uint32[] calldata operatorSetIds) external;
function removeStrategyFromOperatorSets(
address strategy,
uint32[] calldata operatorSetIds
) external;

/**
* @notice Legacy function called by the AVS's service manager contract
Expand Down

0 comments on commit 8f8daab

Please sign in to comment.