Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Jan 31, 2025
1 parent 6d9adfb commit 1bc3fb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/validator-manager/tests/StakingManagerTests.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1918,8 +1918,7 @@ abstract contract StakingManagerTest is ValidatorManagerTest {

function testStakingManagerStorageSlot() public view {
assertEq(
_erc7201StorageSlot("StakingManager"),
stakingManager.STAKING_MANAGER_STORAGE_LOCATION()
_erc7201StorageSlot("StakingManager"), stakingManager.STAKING_MANAGER_STORAGE_LOCATION()
);
}

Expand Down

0 comments on commit 1bc3fb7

Please sign in to comment.