whitespace + comment cleanup
This commit is contained in:
@ -21,5 +21,5 @@ interface IUniswapV2Exchange {
|
||||
function skim(address to) external;
|
||||
function sync() external;
|
||||
|
||||
function initialize(address, address) external; // only called once by the factory on deploy
|
||||
function initialize(address, address) external;
|
||||
}
|
||||
|
||||
@ -13,5 +13,5 @@ interface IUniswapV2Factory {
|
||||
function createExchange(address tokenA, address tokenB) external returns (address exchange);
|
||||
|
||||
function setFeeTo(address) external;
|
||||
function setFeeToSetter(address) external;
|
||||
function setFeeToSetter(address) external;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user