Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeating committed Feb 14, 2024
1 parent cd01887 commit 88f87b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/helpers/ProposalTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import {Test} from "forge-std/Test.sol";
import {Deploy} from "script/Deploy.s.sol";
import {DeployInput} from "script/DeployInput.sol";
import {ProposeFactorySetOwner} from "script/ProposeFactorySetOwner.s.sol";
import {ProposeNewFeesOnWbtcWethDaiWethAndDaiUsdcPools} from "script/ProposeNewFeesOnWbtcWethDaiWethAndDaiUsdcPools.sol";
import {ProposeNewFeesOnWbtcWethDaiWethAndDaiUsdcPools} from
"script/ProposeNewFeesOnWbtcWethDaiWethAndDaiUsdcPools.sol";
import {Constants} from "test/helpers/Constants.sol";
import {GovernorBravoDelegate} from "script/interfaces/GovernorBravoInterfaces.sol";
import {V3FactoryOwner} from "src/V3FactoryOwner.sol";
Expand Down Expand Up @@ -62,7 +63,8 @@ abstract contract ProposalTest is Test, DeployInput, Constants {
}

function _proposePoolFee() internal {
ProposeNewFeesOnWbtcWethDaiWethAndDaiUsdcPools _proposeFeeScript = new ProposeNewFeesOnWbtcWethDaiWethAndDaiUsdcPools();
ProposeNewFeesOnWbtcWethDaiWethAndDaiUsdcPools _proposeFeeScript =
new ProposeNewFeesOnWbtcWethDaiWethAndDaiUsdcPools();
setFeeProposalId = _proposeFeeScript.run(address(v3FactoryOwner));
}

Expand Down

0 comments on commit 88f87b8

Please sign in to comment.