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

This commit is contained in:
Thrilok kumar 2022-01-16 00:34:33 +05:30 committed by GitHub
parent 54a2b62e7b
commit 38c3d3e222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ abstract contract Helpers is DSMath, Basic {
* @dev UniswapV3 swapHelper
* @param swapData - Struct defined in interfaces.sol
*/
function _SwapHelper(
function _swapHelper(
SwapData memory swapData
) internal returns (uint buyAmt) {