Skip to content

Commit

Permalink
feat: add random comments to test storage check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Oct 4, 2024
1 parent 486386e commit 09bb1bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/contracts/src/dollar/core/TestWorkflow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
pragma solidity 0.8.19;

contract TestWorkflow {
// random comment
address public owner;
uint256 public value3;
uint256 public value2;
uint256 public value;
// random comment
uint256 public value4;
}

0 comments on commit 09bb1bf

Please sign in to comment.