Skip to content

Commit

Permalink
forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Thegaram committed Nov 12, 2024
1 parent 3954c9a commit 59db536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Part2_Workshop/L1Contract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ contract L1Contract {

// uint256
uint256 l1Number; //storage slot 0
// bytes
// bytes
string l1Text; //storage slot 1
// string
bytes32 l1Bytes; //storage slot 2
Expand Down

0 comments on commit 59db536

Please sign in to comment.