From 19baec2ed09a76cff42f29a2c30370f1ce3da8ff Mon Sep 17 00:00:00 2001 From: Shahul Hameed <10547529+shahthepro@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:46:35 +0400 Subject: [PATCH] Lint --- contracts/contracts/vault/VaultStorage.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/contracts/vault/VaultStorage.sol b/contracts/contracts/vault/VaultStorage.sol index 0c0bea4512..4b98554252 100644 --- a/contracts/contracts/vault/VaultStorage.sol +++ b/contracts/contracts/vault/VaultStorage.sol @@ -237,8 +237,8 @@ contract VaultStorage is Initializable, Governable { /// @notice Mapping of withdrawal request indices to the user withdrawal request data mapping(uint256 => WithdrawalRequest) public withdrawalRequests; - /// @notice Sets a minimum delay that is required to elapse between - /// requesting async withdrawals and claiming the request. + /// @notice Sets a minimum delay that is required to elapse between + /// requesting async withdrawals and claiming the request. /// When set to 0 async withdrawals are disabled. // slither-disable-start constable-states // slither-disable-next-line uninitialized-state