Skip to content

Commit

Permalink
style: specify variable visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Dec 12, 2023
1 parent 9f27288 commit af3e666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solidity/test/unit/Oracle.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ contract Oracle_Unit_ProposeResponse is BaseTest {
}

contract Oracle_Unit_DisputeResponse is BaseTest {
bytes32 _responseId;
bytes32 _disputeId;
bytes32 internal _responseId;
bytes32 internal _disputeId;

function setUp() public override {
super.setUp();
Expand Down

0 comments on commit af3e666

Please sign in to comment.