Skip to content

Commit

Permalink
using ... ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
ConjunctiveNormalForm committed Dec 18, 2023
1 parent fbb6d1b commit ad3a966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/lens/Quoter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import {PoolTicksCounter} from "../libraries/PoolTicksCounter.sol";
import {PathKeyLib} from "../libraries/PathKey.sol";

contract Quoter is IQuoter, ILockCallback {
using PoolIdLibrary for PoolKey;
using Hooks for IHooks;
using PoolIdLibrary for PoolKey;

/// @dev cache used to check a safety condition in exact output swaps.
uint256 private amountOutCached;
Expand Down

0 comments on commit ad3a966

Please sign in to comment.