Skip to content

Commit

Permalink
fix: storage gap
Browse files Browse the repository at this point in the history
  • Loading branch information
gpsanant committed Oct 12, 2024
1 parent ae71009 commit cb6100b
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[43] private __gap;
}

0 comments on commit cb6100b

Please sign in to comment.