Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
chefburger committed Apr 9, 2024
1 parent 498bd0a commit 31eee89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/pool-bin/libraries/BinPoolFee.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ contract BinPoolFeeTest is BinTestHelper {
fee: SwapFeeLibrary.DYNAMIC_FEE_FLAG + uint24(3000),
parameters: BinPoolParametersHelper.setBinStep(
bytes32(uint256(mockFeeManagerHook.getHooksRegistrationBitmap())), 10
)
)
});

// this could be sync to pool through beforeInitialize hook
Expand Down
2 changes: 1 addition & 1 deletion test/pool-cl/CLPoolManager.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ contract CLPoolManagerTest is Test, Deployers, TokenFixture, GasSnapshot {
poolManager: poolManager,
parameters: CLPoolParametersHelper.setTickSpacing(
bytes32(uint256(clFeeManagerHook.getHooksRegistrationBitmap())), 10
)
)
});

clFeeManagerHook.setFee(dynamicSwapFee);
Expand Down

0 comments on commit 31eee89

Please sign in to comment.