From 7750ca1829c1d23f26ea8e6a4945e5bc25a0312c Mon Sep 17 00:00:00 2001 From: zeekay Date: Fri, 10 Jul 2026 01:43:56 -0700 Subject: [PATCH] gofmt spending.go --- vms/platformvm/txs/spending.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vms/platformvm/txs/spending.go b/vms/platformvm/txs/spending.go index 680de2bde..5335217dc 100644 --- a/vms/platformvm/txs/spending.go +++ b/vms/platformvm/txs/spending.go @@ -81,10 +81,10 @@ const ( // into the builder's variable section (before the object) and returns their // offsets. Callers set them into the object's fixed section via setEnvelope. type spendPtrs struct { - outsOff, outsCount int - addrOff, addrCount int - insOff, insCount int - sigOff, sigCount int + outsOff, outsCount int + addrOff, addrCount int + insOff, insCount int + sigOff, sigCount int } func writeOutputs(b *zap.Builder, outs []*lux.TransferableOutput) (listOff, listCount, addrOff, addrCount int, err error) {