Skip to content

Commit c9c91f2

Browse files
committed
chore: run linter
1 parent dfc40b9 commit c9c91f2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

script/ComputeStorageSlot.s.sol

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ contract ComputeStorageSlot is Script {
2727
uint256(
2828
keccak256(
2929
abi.encode(
30-
uint256(
31-
keccak256("rsk.flyover.PegInAddressRegistry")
32-
) - 1
30+
uint256(keccak256("rsk.flyover.PegInAddressRegistry")) -
31+
1
3332
)
3433
)
3534
) & ~uint256(0xff)

0 commit comments

Comments
 (0)