Skip to content

Commit e34f59b

Browse files
authored
Merge pull request #107 from euler-xyz/fix-formatting
fix formatting
2 parents 143cec7 + 98c05c5 commit e34f59b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/interfaces/IEulerSwapPeriphery.sol

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@ interface IEulerSwapPeriphery {
4343
/// @notice Upper-bounds on the amounts of each token that this pool can currently support swaps for.
4444
/// @return limitIn Max amount of `tokenIn` that can be sold.
4545
/// @return limitOut Max amount of `tokenOut` that can be bought.
46-
function getLimits(address eulerSwap, address tokenIn, address tokenOut) external view returns (uint256 limitIn, uint256 limitOut);
46+
function getLimits(address eulerSwap, address tokenIn, address tokenOut)
47+
external
48+
view
49+
returns (uint256 limitIn, uint256 limitOut);
4750
}

0 commit comments

Comments
 (0)