From 260fd7fbb5930f4212ec65f1d603ac86742fb22c Mon Sep 17 00:00:00 2001 From: czanella Date: Fri, 19 Jul 2024 09:16:42 +0100 Subject: [PATCH] Address PR review --- evm/src/interfaces/ISwapAdapterTypes.sol | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/evm/src/interfaces/ISwapAdapterTypes.sol b/evm/src/interfaces/ISwapAdapterTypes.sol index e033df6..323ac0a 100644 --- a/evm/src/interfaces/ISwapAdapterTypes.sol +++ b/evm/src/interfaces/ISwapAdapterTypes.sol @@ -35,8 +35,7 @@ interface ISwapAdapterTypes { // revert (optional) HardLimits, // Indicates whether the pool's price function can be called with - // amountIn=0 to return the - // current price (optional) + // amountIn=0 to return the current price (optional) MarginalPrice }