Skip to content

Commit

Permalink
refactor!: align the gap in reserve helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirka committed Aug 1, 2023
1 parent 939502d commit c47d6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/RiskFund/ReserveHelpers.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ contract ReserveHelpers is Ownable2StepUpgradeable {
* @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.
*/
uint256[48] private __gap;
uint256[46] private __gap;

/// @notice Event emitted after the update of the assets reserves.
/// @param comptroller Pool's Comptroller address
Expand Down

0 comments on commit c47d6c0

Please sign in to comment.