Skip to content

Commit 23d6ac0

Browse files
committed
chore: fmt
1 parent 40bba0e commit 23d6ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/middlewareV2/registrar/AVSRegistrar.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ abstract contract AVSRegistrar is Initializable, AVSRegistrarStorage {
9191
* @param operator The operator to validate
9292
* @param operatorSetIds The operator sets to validate
9393
* @dev Reverts for:
94-
* - KeyNotRegistered: The operator has not registered a key for the given operator sets in the `KeyRegistrar`
94+
* - KeyNotRegistered: The operator has not registered a key for the given operator sets in the `KeyRegistrar`
9595
*/
9696
function _validateOperatorKeys(
9797
address operator,

0 commit comments

Comments
 (0)