Skip to content

Commit 62a1462

Browse files
committed
MockJokeraceContest: remove redundant comment
1 parent 9afbe29 commit 62a1462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mock/MockJokeRaceContest.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ contract MockJokeRaceContest is IJokeRaceContest {
99
mapping(uint256 => uint256) private _votes;
1010
mapping(uint256 => address) private _authors;
1111
uint256[] private _proposalIds;
12-
uint256[] private _sortedProposals; // ✅ Store sorted proposals
12+
uint256[] private _sortedProposals;
1313

1414
function setState(ContestState _state) external {
1515
_currentState = _state;

0 commit comments

Comments
 (0)