From 847c9ab0f038ff65c60c7cfede5bbed9db33f528 Mon Sep 17 00:00:00 2001 From: Aleksei Potapkin Date: Mon, 2 Dec 2024 11:50:09 +0200 Subject: [PATCH] chore: missed new line --- contracts/0.8.25/vaults/Delegation.sol | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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