From b6937387902066305aec9b73aae06ea5854e1a32 Mon Sep 17 00:00:00 2001 From: Hrushi20 Date: Fri, 26 Jul 2024 15:05:18 +0530 Subject: [PATCH] revert unused import change Signed-off-by: Hrushi20 remove unwanted space Signed-off-by: Hrushi20 added missing comma Signed-off-by: Hrushi20 --- token/cli/src/command.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/token/cli/src/command.rs b/token/cli/src/command.rs index 295a8d9285d..fcbeb70c3fa 100644 --- a/token/cli/src/command.rs +++ b/token/cli/src/command.rs @@ -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}, },