From 8634f30603ab54374a7cb90c2453cf71b7610e78 Mon Sep 17 00:00:00 2001 From: Cody Born Date: Wed, 24 Apr 2024 17:53:35 +0100 Subject: [PATCH] forge fmt --- src/interfaces/IPoolManager.sol | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/interfaces/IPoolManager.sol b/src/interfaces/IPoolManager.sol index dffa06091..8070d4fc6 100644 --- a/src/interfaces/IPoolManager.sol +++ b/src/interfaces/IPoolManager.sol @@ -48,12 +48,7 @@ interface IPoolManager is IProtocolFees, IERC6909Claims, IExtsload { /// @param tickSpacing The minimum number of ticks between initialized ticks /// @param hooks The hooks contract address for the pool, or address(0) if none event Initialize( - PoolId id, - Currency indexed currency0, - Currency indexed currency1, - uint24 fee, - int24 tickSpacing, - IHooks hooks + PoolId id, Currency indexed currency0, Currency indexed currency1, uint24 fee, int24 tickSpacing, IHooks hooks ); /// @notice Emitted when a liquidity position is modified