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

Commit 9457753

Browse files
committed
added missing comma
Signed-off-by: Hrushi20 <[email protected]>
1 parent ae0e57f commit 9457753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/cli/src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ use {
6363
auth_encryption::AeKey,
6464
elgamal::{self, ElGamalKeypair},
6565
},
66-
zk_token_elgamal::pod::ElGamalPubkey
66+
zk_token_elgamal::pod::ElGamalPubkey,
6767
},
6868
state::{Account, AccountState, Mint},
6969
},

0 commit comments

Comments
 (0)