Skip to content

Commit

Permalink
nit: Remove extra space in IDL
Browse files Browse the repository at this point in the history
  • Loading branch information
nvsriram committed Dec 23, 2024
1 parent d71d5c8 commit 34ca561
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions solana/ts/idl/3_0_0/json/example_native_token_transfers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down Expand Up @@ -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."
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions solana/ts/idl/3_0_0/ts/example_native_token_transfers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down Expand Up @@ -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."
]
},
{
Expand Down Expand Up @@ -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."
]
},
{
Expand Down Expand Up @@ -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."
]
},
{
Expand Down

0 comments on commit 34ca561

Please sign in to comment.