From 73fea831da72da208ce672e90d4ae003897741f2 Mon Sep 17 00:00:00 2001 From: joshrrose Date: Wed, 29 Mar 2023 09:12:43 -0600 Subject: [PATCH] fixing linter error by hand..... fix didn't seem to do it --- contracts/zero-ex/tests/utils/ForkUtils.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/zero-ex/tests/utils/ForkUtils.sol b/contracts/zero-ex/tests/utils/ForkUtils.sol index db313d6a5d..f487565409 100644 --- a/contracts/zero-ex/tests/utils/ForkUtils.sol +++ b/contracts/zero-ex/tests/utils/ForkUtils.sol @@ -265,7 +265,7 @@ contract ForkUtils is Test { //creates the appropriate bridge adapter based on what chain the tests are currently executing on. function createBridgeAdapter(IEtherToken weth) public returns (IBridgeAdapter bridgeAdapter) { - return IBridgeAdapter(new BridgeAdapter(weth)); + return IBridgeAdapter(new BridgeAdapter(weth)); } //label the addresses that are read from the various .json files