From d527e54f491875320e25367dcaf6fefb9e8c21cf Mon Sep 17 00:00:00 2001 From: 0xlucian <0xluciandev@gmail.com> Date: Mon, 13 May 2024 16:55:18 +0300 Subject: [PATCH] fix: linter --- contracts/TimeManagerV5.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/TimeManagerV5.sol b/contracts/TimeManagerV5.sol index 4b05a09..b6305fc 100644 --- a/contracts/TimeManagerV5.sol +++ b/contracts/TimeManagerV5.sol @@ -16,7 +16,7 @@ contract TimeManagerV5 { /// @notice Deprecated slot for _getCurrentSlot function pointer bytes32 private __deprecatedSlot1; - + /** * @dev This empty reserved space is put in place to allow future versions to add new * variables without shifting down storage in the inheritance chain