Skip to content

Commit 1f88c83

Browse files
committed
Tweak formatting
1 parent a214b74 commit 1f88c83

1 file changed

Lines changed: 29 additions & 23 deletions

File tree

program/idl.json

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2247,33 +2247,39 @@
22472247
"defaultValueStrategy": "omitted"
22482248
},
22492249
{
2250-
"kind": "instructionArgumentNode",
2251-
"name": "data",
2252-
"type": {
2253-
"kind": "arrayTypeNode",
2254-
"item": {
2255-
"kind": "structTypeNode",
2256-
"fields": [
2257-
{ "kind": "structFieldTypeNode", "name": "numberOfAccounts", "type": {
2250+
"kind": "instructionArgumentNode",
2251+
"name": "data",
2252+
"type": {
2253+
"kind": "arrayTypeNode",
2254+
"item": {
2255+
"kind": "structTypeNode",
2256+
"fields": [
2257+
{
2258+
"kind": "structFieldTypeNode",
2259+
"name": "numberOfAccounts",
2260+
"type": {
2261+
"kind": "numberTypeNode",
2262+
"format": "u8",
2263+
"endian": "le"
2264+
}
2265+
},
2266+
{
2267+
"kind": "structFieldTypeNode",
2268+
"name": "instructionData",
2269+
"type": {
2270+
"kind": "sizePrefixTypeNode",
2271+
"prefix": {
22582272
"kind": "numberTypeNode",
22592273
"format": "u8",
22602274
"endian": "le"
2261-
}
2262-
},
2263-
{ "kind": "structFieldTypeNode", "name": "instructionData", "type": {
2264-
"kind": "sizePrefixTypeNode",
2265-
"prefix": {
2266-
"kind": "numberTypeNode",
2267-
"format": "u8",
2268-
"endian": "le"
2269-
},
2270-
"type": { "kind": "bytesTypeNode" } }
2271-
}
2272-
]
2273-
},
2274-
"count": { "kind": "remainderCountNode" }
2275+
},
2276+
"type": { "kind": "bytesTypeNode" } }
2277+
}
2278+
]
22752279
},
2276-
"docs": ["Instruction data for batch instructions."]
2280+
"count": { "kind": "remainderCountNode" }
2281+
},
2282+
"docs": ["Instruction data for batch instructions."]
22772283
}
22782284
],
22792285
"discriminators": [

0 commit comments

Comments
 (0)