Skip to content

Commit

Permalink
fix: update gap to account for previous refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nadir-akhtar committed Oct 16, 2024
1 parent b8a8f2b commit b11aaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/core/AllocationManagerStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ abstract contract AllocationManagerStorage is IAllocationManager {
* variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/
uint256[44] private __gap;
uint256[45] private __gap;
}

0 comments on commit b11aaf8

Please sign in to comment.