From 0bd89b50366c09ee4ed29cb293c5896044efd0ab Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 15 Oct 2024 16:55:55 -0400 Subject: [PATCH] more formatting --- .../v0.8/ccip/test/tokenAdminRegistry/FactoryBurnMintERC20.t.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/src/v0.8/ccip/test/tokenAdminRegistry/FactoryBurnMintERC20.t.sol b/contracts/src/v0.8/ccip/test/tokenAdminRegistry/FactoryBurnMintERC20.t.sol index dffd91083d..5467d48176 100644 --- a/contracts/src/v0.8/ccip/test/tokenAdminRegistry/FactoryBurnMintERC20.t.sol +++ b/contracts/src/v0.8/ccip/test/tokenAdminRegistry/FactoryBurnMintERC20.t.sol @@ -10,7 +10,6 @@ import {IERC20} from "../../../vendor/openzeppelin-solidity/v4.8.3/contracts/tok import {IERC165} from "../../../vendor/openzeppelin-solidity/v4.8.3/contracts/utils/introspection/IERC165.sol"; contract BurnMintERC20Setup is BaseTest { - FactoryBurnMintERC20 internal s_burnMintERC20; address internal s_mockPool = address(6243783892);