Skip to content

Commit cd8e935

Browse files
fix: format Layout file
1 parent e7ab38f commit cd8e935

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/PDPVerifierLayout.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ bytes32 constant DATA_SET_PROPOSED_STORAGE_PROVIDER_SLOT = bytes32(uint256(13));
2222
bytes32 constant DATA_SET_LAST_PROVEN_EPOCH_SLOT = bytes32(uint256(14));
2323
bytes32 constant FEE_STATUS_SLOT = bytes32(uint256(15));
2424
bytes32 constant NEXT_UPGRADE_SLOT = bytes32(uint256(16));
25-

tools/generate_storage_layout.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ forge inspect --json $1 storageLayout \
1414
| [scan("[A-Z]+(?=[A-Z][a-z]|$)|[A-Z]?[a-z0-9]+")]
1515
| map(ascii_upcase)
1616
| join("_")
17-
) + "_SLOT = bytes32(uint256(" + $slot + "));\n")'
17+
) + "_SLOT = bytes32(uint256(" + $slot + "));\n")'

0 commit comments

Comments
 (0)