diff --git a/contracts/0.8.25/vaults/Delegation.sol b/contracts/0.8.25/vaults/Delegation.sol index dd697600a..8c03899a8 100644 --- a/contracts/0.8.25/vaults/Delegation.sol +++ b/contracts/0.8.25/vaults/Delegation.sol @@ -53,7 +53,8 @@ contract Delegation is Dashboard, IReportReceiver { */ bytes32 public constant STAKER_ROLE = keccak256("Vault.Delegation.StakerRole"); - /** @notice Role for the operator + /** + * @notice Role for the operator * Operator can: * - claim the performance due * - vote on performance fee changes