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
|
@ -28,12 +28,12 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
address _buyAddr,
|
address _buyAddr,
|
||||||
address _sellAddr,
|
address _sellAddr,
|
||||||
uint24 _fee,
|
uint24 _fee,
|
||||||
uint256 _unitAmt,
|
uint256 _unitAmt,
|
||||||
uint256 _buyAmt,
|
uint256 _buyAmt,
|
||||||
uint256 _getId,
|
uint256 _getId,
|
||||||
uint256 _setId
|
uint256 _setId
|
||||||
) external payable returns (string memory _eventName, bytes memory _eventParam) {
|
) external payable returns (string memory _eventName, bytes memory _eventParam) {
|
||||||
BuyInfo memory buyData = BuyInfo({
|
return _buy(BuyInfo({
|
||||||
buyAddr: _buyAddr,
|
buyAddr: _buyAddr,
|
||||||
sellAddr: _sellAddr,
|
sellAddr: _sellAddr,
|
||||||
fee: _fee,
|
fee: _fee,
|
||||||
|
@ -41,8 +41,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
buyAmt: _buyAmt,
|
buyAmt: _buyAmt,
|
||||||
getId: _getId,
|
getId: _getId,
|
||||||
setId: _setId
|
setId: _setId
|
||||||
});
|
}));
|
||||||
return _buy(buyData);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -69,7 +68,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
buyAddr: _buyAddr,
|
buyAddr: _buyAddr,
|
||||||
sellAddr: _sellAddr,
|
sellAddr: _sellAddr,
|
||||||
fee: _fee,
|
fee: _fee,
|
||||||
unitAmt: _unitAmt,
|
unitAmt: _unitAmt,
|
||||||
sellAmt: _sellAmt,
|
sellAmt: _sellAmt,
|
||||||
getId: _getId,
|
getId: _getId,
|
||||||
setId: _setId
|
setId: _setId
|
||||||
|
|
|
@ -28,7 +28,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
address _buyAddr,
|
address _buyAddr,
|
||||||
address _sellAddr,
|
address _sellAddr,
|
||||||
uint24 _fee,
|
uint24 _fee,
|
||||||
uint256 _unitAmt,
|
uint256 _unitAmt,
|
||||||
uint256 _buyAmt,
|
uint256 _buyAmt,
|
||||||
uint256 _getId,
|
uint256 _getId,
|
||||||
uint256 _setId
|
uint256 _setId
|
||||||
|
@ -37,7 +37,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
buyAddr: _buyAddr,
|
buyAddr: _buyAddr,
|
||||||
sellAddr: _sellAddr,
|
sellAddr: _sellAddr,
|
||||||
fee: _fee,
|
fee: _fee,
|
||||||
unitAmt: _unitAmt,
|
unitAmt: _unitAmt,
|
||||||
buyAmt: _buyAmt,
|
buyAmt: _buyAmt,
|
||||||
getId: _getId,
|
getId: _getId,
|
||||||
setId: _setId
|
setId: _setId
|
||||||
|
@ -59,7 +59,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
address _buyAddr,
|
address _buyAddr,
|
||||||
address _sellAddr,
|
address _sellAddr,
|
||||||
uint24 _fee,
|
uint24 _fee,
|
||||||
uint256 _unitAmt,
|
uint256 _unitAmt,
|
||||||
uint256 _sellAmt,
|
uint256 _sellAmt,
|
||||||
uint256 _getId,
|
uint256 _getId,
|
||||||
uint256 _setId
|
uint256 _setId
|
||||||
|
@ -68,7 +68,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
buyAddr: _buyAddr,
|
buyAddr: _buyAddr,
|
||||||
sellAddr: _sellAddr,
|
sellAddr: _sellAddr,
|
||||||
fee: _fee,
|
fee: _fee,
|
||||||
unitAmt: _unitAmt,
|
unitAmt: _unitAmt,
|
||||||
sellAmt: _sellAmt,
|
sellAmt: _sellAmt,
|
||||||
getId: _getId,
|
getId: _getId,
|
||||||
setId: _setId
|
setId: _setId
|
||||||
|
|
|
@ -28,7 +28,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
address _buyAddr,
|
address _buyAddr,
|
||||||
address _sellAddr,
|
address _sellAddr,
|
||||||
uint24 _fee,
|
uint24 _fee,
|
||||||
uint256 _unitAmt,
|
uint256 _unitAmt,
|
||||||
uint256 _buyAmt,
|
uint256 _buyAmt,
|
||||||
uint256 _getId,
|
uint256 _getId,
|
||||||
uint256 _setId
|
uint256 _setId
|
||||||
|
@ -37,7 +37,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
buyAddr: _buyAddr,
|
buyAddr: _buyAddr,
|
||||||
sellAddr: _sellAddr,
|
sellAddr: _sellAddr,
|
||||||
fee: _fee,
|
fee: _fee,
|
||||||
unitAmt: _unitAmt,
|
unitAmt: _unitAmt,
|
||||||
buyAmt: _buyAmt,
|
buyAmt: _buyAmt,
|
||||||
getId: _getId,
|
getId: _getId,
|
||||||
setId: _setId
|
setId: _setId
|
||||||
|
@ -59,7 +59,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
address _buyAddr,
|
address _buyAddr,
|
||||||
address _sellAddr,
|
address _sellAddr,
|
||||||
uint24 _fee,
|
uint24 _fee,
|
||||||
uint256 _unitAmt,
|
uint256 _unitAmt,
|
||||||
uint256 _sellAmt,
|
uint256 _sellAmt,
|
||||||
uint256 _getId,
|
uint256 _getId,
|
||||||
uint256 _setId
|
uint256 _setId
|
||||||
|
@ -68,7 +68,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
buyAddr: _buyAddr,
|
buyAddr: _buyAddr,
|
||||||
sellAddr: _sellAddr,
|
sellAddr: _sellAddr,
|
||||||
fee: _fee,
|
fee: _fee,
|
||||||
unitAmt: _unitAmt,
|
unitAmt: _unitAmt,
|
||||||
sellAmt: _sellAmt,
|
sellAmt: _sellAmt,
|
||||||
getId: _getId,
|
getId: _getId,
|
||||||
setId: _setId
|
setId: _setId
|
||||||
|
|
|
@ -27,7 +27,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
address _buyAddr,
|
address _buyAddr,
|
||||||
address _sellAddr,
|
address _sellAddr,
|
||||||
uint24 _fee,
|
uint24 _fee,
|
||||||
uint256 _unitAmt,
|
uint256 _unitAmt,
|
||||||
uint256 _buyAmt,
|
uint256 _buyAmt,
|
||||||
uint256 _getId,
|
uint256 _getId,
|
||||||
uint256 _setId
|
uint256 _setId
|
||||||
|
@ -36,7 +36,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
buyAddr: _buyAddr,
|
buyAddr: _buyAddr,
|
||||||
sellAddr: _sellAddr,
|
sellAddr: _sellAddr,
|
||||||
fee: _fee,
|
fee: _fee,
|
||||||
unitAmt: _unitAmt,
|
unitAmt: _unitAmt,
|
||||||
buyAmt: _buyAmt,
|
buyAmt: _buyAmt,
|
||||||
getId: _getId,
|
getId: _getId,
|
||||||
setId: _setId
|
setId: _setId
|
||||||
|
@ -59,7 +59,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
address _buyAddr,
|
address _buyAddr,
|
||||||
address _sellAddr,
|
address _sellAddr,
|
||||||
uint24 _fee,
|
uint24 _fee,
|
||||||
uint256 _unitAmt,
|
uint256 _unitAmt,
|
||||||
uint256 _sellAmt,
|
uint256 _sellAmt,
|
||||||
uint256 _getId,
|
uint256 _getId,
|
||||||
uint256 _setId
|
uint256 _setId
|
||||||
|
@ -68,7 +68,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
||||||
buyAddr: _buyAddr,
|
buyAddr: _buyAddr,
|
||||||
sellAddr: _sellAddr,
|
sellAddr: _sellAddr,
|
||||||
fee: _fee,
|
fee: _fee,
|
||||||
unitAmt: _unitAmt,
|
unitAmt: _unitAmt,
|
||||||
sellAmt: _sellAmt,
|
sellAmt: _sellAmt,
|
||||||
getId: _getId,
|
getId: _getId,
|
||||||
setId: _setId
|
setId: _setId
|
||||||
|
|
Loading…
Reference in New Issue
Block a user