Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
i love formatting !!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
dd0sxx committed Dec 29, 2023
1 parent 0a36031 commit 87a05d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1170,8 +1170,8 @@ contract GetQuorums is LlamaTokenGovernorCasting {
uint16 voteQuorum;
uint16 vetoQuorum;
(voteQuorum, vetoQuorum) = llamaERC20TokenGovernor.getPastQuorum(block.timestamp - 1);
assertEq(voteQuorum, uint16(i));
assertEq(vetoQuorum, uint16(i));
assertEq(voteQuorum, uint16(i));
assertEq(vetoQuorum, uint16(i));
}
}

Expand Down

0 comments on commit 87a05d1

Please sign in to comment.