Skip to content

Commit

Permalink
✨ prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed May 28, 2024
1 parent 53547e5 commit 52e9690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Upgrade.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ contract UpgradeTest is Bootstrap {
}

contract StorageLayout is UpgradeTest {
uint constant NONCE_BITMAP_SLOT = 19;
uint constant CREDIT_SLOT = 20;
uint256 constant NONCE_BITMAP_SLOT = 19;
uint256 constant CREDIT_SLOT = 20;

function test_nonceBitmap_slot() public {
uint256 slot = engineExposed.getNonceBitmapSlot();
Expand Down

0 comments on commit 52e9690

Please sign in to comment.