From b65718ebb1e64e4fe96e37fb334aee76a79ec2a1 Mon Sep 17 00:00:00 2001 From: dianakocsis Date: Mon, 2 Dec 2024 13:00:29 -0500 Subject: [PATCH] prettier --- test/integration-tests/gas-tests/V3ToV4Migration.gas.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration-tests/gas-tests/V3ToV4Migration.gas.test.ts b/test/integration-tests/gas-tests/V3ToV4Migration.gas.test.ts index ba13476a..81821253 100644 --- a/test/integration-tests/gas-tests/V3ToV4Migration.gas.test.ts +++ b/test/integration-tests/gas-tests/V3ToV4Migration.gas.test.ts @@ -26,7 +26,7 @@ import { encodeDecreaseLiquidity, encodeCollect, encodeBurn, - encodeModifyLiquidities + encodeModifyLiquidities, } from '../shared/encodeCall' const { ethers } = hre import { USDC_WETH, ETH_USDC } from '../shared/v4Helpers'