mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
indentation
This commit is contained in:
parent
26e288a15f
commit
f52927da71
|
@ -33,7 +33,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
|||
uint256 _getId,
|
||||
uint256 _setId
|
||||
) external payable returns (string memory _eventName, bytes memory _eventParam) {
|
||||
BuyInfo memory buyData = BuyInfo({
|
||||
return _buy(BuyInfo({
|
||||
buyAddr: _buyAddr,
|
||||
sellAddr: _sellAddr,
|
||||
fee: _fee,
|
||||
|
@ -41,8 +41,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
|||
buyAmt: _buyAmt,
|
||||
getId: _getId,
|
||||
setId: _setId
|
||||
});
|
||||
return _buy(buyData);
|
||||
}));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user