fixing linter error by hand..... fix didn't seem to do it
This commit is contained in:
parent
26cdbabe86
commit
73fea831da
@ -265,7 +265,7 @@ contract ForkUtils is Test {
|
|||||||
|
|
||||||
//creates the appropriate bridge adapter based on what chain the tests are currently executing on.
|
//creates the appropriate bridge adapter based on what chain the tests are currently executing on.
|
||||||
function createBridgeAdapter(IEtherToken weth) public returns (IBridgeAdapter bridgeAdapter) {
|
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
|
//label the addresses that are read from the various .json files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user