From 6c1bfcbfd9f857d7e80959ac05a34e1085e2b3d9 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Wed, 5 Aug 2020 15:24:19 +0300 Subject: [PATCH] format --- src/utils/dtUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/dtUtils.ts b/src/utils/dtUtils.ts index bb0e300..47711bc 100644 --- a/src/utils/dtUtils.ts +++ b/src/utils/dtUtils.ts @@ -10,7 +10,7 @@ export async function getCheapestPool( dataTokenAddress ) Logger.log('DT Pool found', tokenPools) - if(tokenPools===undefined || tokenPools.length===0){ + if (tokenPools === undefined || tokenPools.length === 0) { return { poolAddress: '', poolPrice: '0'