From 0a88ee1cb7c7fa9ef956af5432914aa0654b9a1e Mon Sep 17 00:00:00 2001 From: jsy1218 <91580504+jsy1218@users.noreply.github.com> Date: Tue, 27 Aug 2024 16:47:45 -0700 Subject: [PATCH] fix prettier --- .../v3/traffic-switch-on-chain-quote-provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/handlers/quote/provider-migration/v3/traffic-switch-on-chain-quote-provider.ts b/lib/handlers/quote/provider-migration/v3/traffic-switch-on-chain-quote-provider.ts index 9767664ae3..dc49ffda75 100644 --- a/lib/handlers/quote/provider-migration/v3/traffic-switch-on-chain-quote-provider.ts +++ b/lib/handlers/quote/provider-migration/v3/traffic-switch-on-chain-quote-provider.ts @@ -5,7 +5,7 @@ import { MetricLoggerUnit, OnChainQuotes, SupportedExactOutRoutes, - SupportedRoutes + SupportedRoutes, } from '@uniswap/smart-order-router' import { ChainId, Currency, CurrencyAmount } from '@uniswap/sdk-core' import { ProviderConfig } from '@uniswap/smart-order-router/build/main/providers/provider'