fixing linter error by hand..... fix didn't seem to do it

This commit is contained in:
joshrrose 2023-03-29 09:12:43 -06:00
parent 26cdbabe86
commit 73fea831da
No known key found for this signature in database
GPG Key ID: DF06CE4A1B8F7DEA

View File

@ -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