prettier and lint
This commit is contained in:
@@ -15,7 +15,6 @@ import "src/features/OtcOrdersFeature.sol";
|
||||
import "samplers/UniswapV2Sampler.sol";
|
||||
|
||||
contract SwapEthForERC20OnUniswap is Test, ForkUtils, TestUtils {
|
||||
|
||||
/*//////////////////////////////////////////////////////////////
|
||||
Rpc Setup
|
||||
//////////////////////////////////////////////////////////////*/
|
||||
@@ -198,5 +197,4 @@ contract SwapEthForERC20OnUniswap is Test, ForkUtils, TestUtils {
|
||||
/*//////////////////////////////////////////////////////////////
|
||||
HELPERS
|
||||
//////////////////////////////////////////////////////////////*/
|
||||
|
||||
}
|
||||
|
@@ -15,7 +15,6 @@ import "src/features/OtcOrdersFeature.sol";
|
||||
import "samplers/UniswapV2Sampler.sol";
|
||||
|
||||
contract SwapNativeToERC20RFQTv2 is Test, ForkUtils, TestUtils {
|
||||
|
||||
/*//////////////////////////////////////////////////////////////
|
||||
Rpc Setup
|
||||
//////////////////////////////////////////////////////////////*/
|
||||
|
@@ -53,7 +53,6 @@ contract TestUtils is Test {
|
||||
return nstr;
|
||||
}
|
||||
|
||||
|
||||
function _findTransformerNonce(address transformer, address deployer) internal pure returns (uint32) {
|
||||
address current;
|
||||
for (uint32 i = 0; i < 1024; i++) {
|
||||
|
Reference in New Issue
Block a user