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 }