Skip to content

Commit

Permalink
feat: add a colliding variable to test storage check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Oct 3, 2024
1 parent 99900cd commit 4848a07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts/lib/aave-v3-core
Submodule aave-v3-core added at b74526
1 change: 1 addition & 0 deletions packages/contracts/lib/aave-v3-periphery
Submodule aave-v3-periphery added at 72fdcc
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 value3;
uint256 public value;
uint256 public value2;
}

0 comments on commit 4848a07

Please sign in to comment.