Skip to content

Commit

Permalink
revert unused import change
Browse files Browse the repository at this point in the history
Signed-off-by: Hrushi20 <[email protected]>

remove unwanted space

Signed-off-by: Hrushi20 <[email protected]>

added missing comma

Signed-off-by: Hrushi20 <[email protected]>
  • Loading branch information
Hrushi20 committed Jul 26, 2024
1 parent d235652 commit b693738
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion token/cli/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ use {
encryption::{
auth_encryption::AeKey,
elgamal::{self, ElGamalKeypair},
}, instruction::transfer, zk_token_elgamal::pod::ElGamalPubkey
},
zk_token_elgamal::pod::ElGamalPubkey,
},
state::{Account, AccountState, Mint},
},
Expand Down

0 comments on commit b693738

Please sign in to comment.