Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-momin committed Feb 24, 2025
1 parent 853fbc1 commit faeaeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/solana/chainwriter/transform_registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func Test_CCIPExecuteArgsTransform(t *testing.T) {
poolKeysMeta := make([]*solana.AccountMeta, 0, 2)
for _, poolKey := range poolKeys {
poolKeysMeta = append(poolKeysMeta, &solana.AccountMeta{PublicKey: poolKey})

}
tableMap["PoolLookupTable"][lookupTablePubkey.String()] = poolKeysMeta

Expand Down

0 comments on commit faeaeda

Please sign in to comment.