Skip to content

Commit 879ea3e

Browse files
ci: fix lints
1 parent e637ca4 commit 879ea3e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

binary/cursor_bench_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ import (
2323
// length prefix, N 32-byte pubkeys, a 32-byte blockhash. A common shape
2424
// for hand-rolled Solana encoders.
2525
type txHeaderBench struct {
26-
NumReqSigs uint8
27-
NumROSigned uint8
28-
NumROUnsigned uint8
29-
AccountKeys [][32]byte // e.g. 8 keys
30-
RecentBlockhash [32]byte
26+
NumReqSigs uint8
27+
NumROSigned uint8
28+
NumROUnsigned uint8
29+
AccountKeys [][32]byte // e.g. 8 keys
30+
RecentBlockhash [32]byte
3131
}
3232

3333
func makeTxHeaderBench() *txHeaderBench {

nativetypes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323
"fmt"
2424
"io"
2525

26-
bin "github.com/gagliardetto/solana-go/binary"
2726
"github.com/gagliardetto/solana-go/base58"
27+
bin "github.com/gagliardetto/solana-go/binary"
2828
"github.com/mostynb/zstdpool-freelist"
2929
mrtronbase58 "github.com/mr-tron/base58"
3030
)

0 commit comments

Comments
 (0)