Update contracts/mainnet/connectors/uniswap/v3_auto_router/helpers.sol

This commit is contained in:
Thrilok kumar 2022-01-16 00:34:44 +05:30 committed by GitHub
parent 2e8ba1d846
commit dc1330fa2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ abstract contract Helpers is DSMath, Basic {
* @param swapData Struct with multiple swap data defined in interfaces.sol * @param swapData Struct with multiple swap data defined in interfaces.sol
* @param setId Set token amount at this ID in `InstaMemory` Contract. * @param setId Set token amount at this ID in `InstaMemory` Contract.
*/ */
function _Swap( function _swap(
SwapData memory swapData, SwapData memory swapData,
uint setId uint setId
) internal returns (SwapData memory) { ) internal returns (SwapData memory) {