From 34ca5618bc45d8c110b4b176c8de40b924ecb5c4 Mon Sep 17 00:00:00 2001 From: nvsriram Date: Mon, 23 Dec 2024 15:08:59 -0500 Subject: [PATCH] nit: Remove extra space in IDL --- .../ts/idl/3_0_0/json/example_native_token_transfers.json | 4 ++-- solana/ts/idl/3_0_0/ts/example_native_token_transfers.ts | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/solana/ts/idl/3_0_0/json/example_native_token_transfers.json b/solana/ts/idl/3_0_0/json/example_native_token_transfers.json index 180ed0407..78d929714 100644 --- a/solana/ts/idl/3_0_0/json/example_native_token_transfers.json +++ b/solana/ts/idl/3_0_0/json/example_native_token_transfers.json @@ -54,7 +54,7 @@ "docs": [ "The custody account that holds tokens in locking mode and temporarily", "holds tokens in burning mode.", - "function if the token account has already been created." + "function if the token account has already been created." ] }, { @@ -145,7 +145,7 @@ "docs": [ "The custody account that holds tokens in locking mode and temporarily", "holds tokens in burning mode.", - "function if the token account has already been created." + "function if the token account has already been created." ] }, { diff --git a/solana/ts/idl/3_0_0/ts/example_native_token_transfers.ts b/solana/ts/idl/3_0_0/ts/example_native_token_transfers.ts index b140cf1a5..e49f0d282 100644 --- a/solana/ts/idl/3_0_0/ts/example_native_token_transfers.ts +++ b/solana/ts/idl/3_0_0/ts/example_native_token_transfers.ts @@ -54,7 +54,7 @@ export type ExampleNativeTokenTransfers = { "docs": [ "The custody account that holds tokens in locking mode and temporarily", "holds tokens in burning mode.", - "function if the token account has already been created." + "function if the token account has already been created." ] }, { @@ -145,7 +145,7 @@ export type ExampleNativeTokenTransfers = { "docs": [ "The custody account that holds tokens in locking mode and temporarily", "holds tokens in burning mode.", - "function if the token account has already been created." + "function if the token account has already been created." ] }, { @@ -2252,7 +2252,7 @@ export const IDL: ExampleNativeTokenTransfers = { "docs": [ "The custody account that holds tokens in locking mode and temporarily", "holds tokens in burning mode.", - "function if the token account has already been created." + "function if the token account has already been created." ] }, { @@ -2343,7 +2343,7 @@ export const IDL: ExampleNativeTokenTransfers = { "docs": [ "The custody account that holds tokens in locking mode and temporarily", "holds tokens in burning mode.", - "function if the token account has already been created." + "function if the token account has already been created." ] }, {