Skip to content

Commit 34ca561

Browse files
committed
nit: Remove extra space in IDL
1 parent d71d5c8 commit 34ca561

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

solana/ts/idl/3_0_0/json/example_native_token_transfers.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"docs": [
5555
"The custody account that holds tokens in locking mode and temporarily",
5656
"holds tokens in burning mode.",
57-
"function if the token account has already been created."
57+
"function if the token account has already been created."
5858
]
5959
},
6060
{
@@ -145,7 +145,7 @@
145145
"docs": [
146146
"The custody account that holds tokens in locking mode and temporarily",
147147
"holds tokens in burning mode.",
148-
"function if the token account has already been created."
148+
"function if the token account has already been created."
149149
]
150150
},
151151
{

solana/ts/idl/3_0_0/ts/example_native_token_transfers.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export type ExampleNativeTokenTransfers = {
5454
"docs": [
5555
"The custody account that holds tokens in locking mode and temporarily",
5656
"holds tokens in burning mode.",
57-
"function if the token account has already been created."
57+
"function if the token account has already been created."
5858
]
5959
},
6060
{
@@ -145,7 +145,7 @@ export type ExampleNativeTokenTransfers = {
145145
"docs": [
146146
"The custody account that holds tokens in locking mode and temporarily",
147147
"holds tokens in burning mode.",
148-
"function if the token account has already been created."
148+
"function if the token account has already been created."
149149
]
150150
},
151151
{
@@ -2252,7 +2252,7 @@ export const IDL: ExampleNativeTokenTransfers = {
22522252
"docs": [
22532253
"The custody account that holds tokens in locking mode and temporarily",
22542254
"holds tokens in burning mode.",
2255-
"function if the token account has already been created."
2255+
"function if the token account has already been created."
22562256
]
22572257
},
22582258
{
@@ -2343,7 +2343,7 @@ export const IDL: ExampleNativeTokenTransfers = {
23432343
"docs": [
23442344
"The custody account that holds tokens in locking mode and temporarily",
23452345
"holds tokens in burning mode.",
2346-
"function if the token account has already been created."
2346+
"function if the token account has already been created."
23472347
]
23482348
},
23492349
{

0 commit comments

Comments
 (0)