Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit b693738

Browse files
committed
revert unused import change
Signed-off-by: Hrushi20 <[email protected]> remove unwanted space Signed-off-by: Hrushi20 <[email protected]> added missing comma Signed-off-by: Hrushi20 <[email protected]>
1 parent d235652 commit b693738

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

token/cli/src/command.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ use {
6262
encryption::{
6363
auth_encryption::AeKey,
6464
elgamal::{self, ElGamalKeypair},
65-
}, instruction::transfer, zk_token_elgamal::pod::ElGamalPubkey
65+
},
66+
zk_token_elgamal::pod::ElGamalPubkey,
6667
},
6768
state::{Account, AccountState, Mint},
6869
},

0 commit comments

Comments
 (0)