Skip to content

Commit 5cb1ddc

Browse files
committed
fix: correct gap from 48 -> 49
1 parent 993c666 commit 5cb1ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/avs/task/TaskAVSRegistrarBaseStorage.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ abstract contract TaskAVSRegistrarBaseStorage is ITaskAVSRegistrarBase {
1818
* variables without shifting down storage in the inheritance chain.
1919
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
2020
*/
21-
uint256[48] private __gap;
21+
uint256[49] private __gap;
2222
}

0 commit comments

Comments
 (0)