Skip to content

Commit

Permalink
fix: gap
Browse files Browse the repository at this point in the history
  • Loading branch information
0xClandestine committed Oct 2, 2024
1 parent 2044982 commit 8bfde72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/core/RewardsCoordinatorStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ abstract contract RewardsCoordinatorStorage is IRewardsCoordinator {
* variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/
uint256[39] private __gap;
uint256[40] private __gap;
}

0 comments on commit 8bfde72

Please sign in to comment.