Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
vminkov committed Apr 1, 2024
1 parent 47ab292 commit 2ec8b66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions contracts/liquidators/registry/LiquidatorsRegistryExtension.sol
Original file line number Diff line number Diff line change
Expand Up @@ -463,11 +463,11 @@ contract LiquidatorsRegistryExtension is LiquidatorsRegistryStorage, DiamondExte
strategyData = abi.encode(getUniswapV2Router(inputToken), swapPath);
}

function algebraSwapLiquidatorData(IERC20Upgradeable inputToken, IERC20Upgradeable outputToken, address swapRouter)
internal
view
returns (bytes memory strategyData)
{
function algebraSwapLiquidatorData(
IERC20Upgradeable inputToken,
IERC20Upgradeable outputToken,
address swapRouter
) internal view returns (bytes memory strategyData) {
strategyData = abi.encode(outputToken, swapRouter);
}

Expand Down

0 comments on commit 2ec8b66

Please sign in to comment.