Skip to content

Commit

Permalink
chore: missed new line
Browse files Browse the repository at this point in the history
  • Loading branch information
folkyatina authored Dec 2, 2024
1 parent fc5b704 commit 847c9ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/0.8.25/vaults/Delegation.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 847c9ab

Please sign in to comment.