Skip to content

Commit

Permalink
added missing comma
Browse files Browse the repository at this point in the history
Signed-off-by: Hrushi20 <[email protected]>
  • Loading branch information
Hrushi20 committed Jul 26, 2024
1 parent ae0e57f commit 9457753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token/cli/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ use {
auth_encryption::AeKey,
elgamal::{self, ElGamalKeypair},
},
zk_token_elgamal::pod::ElGamalPubkey
zk_token_elgamal::pod::ElGamalPubkey,
},
state::{Account, AccountState, Mint},
},
Expand Down

0 comments on commit 9457753

Please sign in to comment.