Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Feb 7, 2025
1 parent 7963e31 commit a5a182e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chains/solana/utils/tokens/tokenpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ func NewTokenPool(program solana.PublicKey) (TokenPool, error) {
if err != nil {
return TokenPool{}, err
}

}

p.PoolConfig, err = TokenPoolConfigAddress(p.Mint.PublicKey(), config.CcipTokenPoolProgram)
Expand Down

0 comments on commit a5a182e

Please sign in to comment.