Skip to content

Commit

Permalink
feat: add a variable to test storage collision in check storage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Oct 3, 2024
1 parent 8d01626 commit 755a66e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts/src/dollar/core/TestWorkflow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pragma solidity 0.8.19;

contract TestWorkflow {
// change comment only
uint256 public value4;
uint256 public value3;
uint256 public value;
uint256 public value2;
Expand Down

0 comments on commit 755a66e

Please sign in to comment.