diff --git a/src/LiquidityManagerV2.sol b/src/LiquidityManagerV2.sol index d134a51..97d44ef 100644 --- a/src/LiquidityManagerV2.sol +++ b/src/LiquidityManagerV2.sol @@ -106,7 +106,7 @@ contract LiquidityManagerV2 is Ownable, ReentrancyGuard, Pausable { uint256 emergencyWithdrawTime; } - /** + /** * @notice Pool information structure */ struct PoolInfo { @@ -137,7 +137,7 @@ contract LiquidityManagerV2 is Ownable, ReentrancyGuard, Pausable { uint256 timestamp; bool active; } - + //////////////////// // Constructor // ////////////////////