From ad3a966a5f9d05dba0fb3721509fbf7f4ca52690 Mon Sep 17 00:00:00 2001 From: ConjunctiveNormalForm Date: Mon, 18 Dec 2023 15:35:12 -0500 Subject: [PATCH] using ... ordering --- contracts/lens/Quoter.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/lens/Quoter.sol b/contracts/lens/Quoter.sol index ea65dfa2..aceee007 100644 --- a/contracts/lens/Quoter.sol +++ b/contracts/lens/Quoter.sol @@ -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;