From d44e84be356d32f09857a9f4b3bb35a0fee99b2a Mon Sep 17 00:00:00 2001 From: nvsriram Date: Fri, 6 Dec 2024 14:40:09 -0500 Subject: [PATCH] nit: Remove extra new line --- cli/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/src/index.ts b/cli/src/index.ts index 2c18e925d..def109b82 100755 --- a/cli/src/index.ts +++ b/cli/src/index.ts @@ -1839,7 +1839,6 @@ async function nttFromManager( const ntt = await ch.getProtocol("Ntt", { ntt: addresses }); - return { ntt, addresses }; }