Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thurendous committed Sep 10, 2024
1 parent fec44a0 commit 49364a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/fuzz/FuzzVotingPowerExchange.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {VotingPowerExchangeTestHelper} from "../integration/utils/VotingPowerExc
import {MessageHashUtils} from "lib/openzeppelin-contracts/contracts/utils/cryptography/MessageHashUtils.sol";

contract VotingPwoerExchangeTest is Test {
// instances
// instances
GovToken public govToken;
ERC20UpgradeableTokenV1 public utilityToken;
VotingPowerExchange public votingPowerExchange;
Expand Down Expand Up @@ -75,6 +75,5 @@ contract VotingPwoerExchangeTest is Test {
vm.label(user2, "user2");
}

function testFuzz_exchange(uint256 amount) public {
}
function testFuzz_exchange(uint256 amount) public {}
}

0 comments on commit 49364a2

Please sign in to comment.