Skip to content

Commit

Permalink
del gap slot
Browse files Browse the repository at this point in the history
  • Loading branch information
simonDos committed Jun 5, 2024
1 parent ea925aa commit f01ef80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DefaultEmissionManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ contract DefaultEmissionManager is Ownable2StepUpgradeable, IDefaultEmissionMana
return "1.2.0";
}

uint256[48] private __gap;
uint256[47] private __gap;
}

0 comments on commit f01ef80

Please sign in to comment.