Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Commit bc902c1

Browse files
author
Richard Patel
committed
go fmt
1 parent de2e293 commit bc902c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

query.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func (c *Client) GetAllProductAccounts(ctx context.Context, commitment rpc.Commi
125125
func (c *Client) getProductAccountsPage(
126126
ctx context.Context,
127127
accs *[]ProductAccountEntry, // accounts out
128-
keys []solana.PublicKey, // keys in
128+
keys []solana.PublicKey, // keys in
129129
commitment rpc.CommitmentType,
130130
) error {
131131
res, err := c.RPC.GetMultipleAccountsWithOpts(ctx, keys, &rpc.GetMultipleAccountsOpts{Commitment: commitment})
@@ -204,9 +204,9 @@ func (c *Client) GetPriceAccountsRecursive(ctx context.Context, commitment rpc.C
204204

205205
func (c *Client) getPriceAccountsPage(
206206
ctx context.Context,
207-
accs *[]PriceAccountEntry, // accounts out
208-
nextKeys []solana.PublicKey, // keys in
209-
allKeys *[]solana.PublicKey, // keys out
207+
accs *[]PriceAccountEntry, // accounts out
208+
nextKeys []solana.PublicKey, // keys in
209+
allKeys *[]solana.PublicKey, // keys out
210210
visitedKeys map[solana.PublicKey]struct{}, // keys seen
211211
commitment rpc.CommitmentType,
212212
) error {

0 commit comments

Comments
 (0)