Skip to content

Commit

Permalink
fixed solhint warning for DaoMock.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Jul 22, 2024
1 parent 3facbb7 commit 69a889c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/mockContracts/DaoMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import { IGovernancePot } from "../interfaces/IGovernancePot.sol";

contract DaoMock is IGovernancePot {

uint256 phaseCounter;
uint256 public phaseCounter;

error SwitchPhaseReverted();

function switchPhase() external {
Expand Down

0 comments on commit 69a889c

Please sign in to comment.