From 7e26f9253b79c5822db0715ed04a86094135ac91 Mon Sep 17 00:00:00 2001 From: Sumeet <50953182+SUMEETRM@users.noreply.github.com> Date: Tue, 16 Aug 2022 16:01:40 +0100 Subject: [PATCH] Syntax issue - minor change --- token/cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/token/cli/src/main.rs b/token/cli/src/main.rs index ca720d56ee6..62e5b1a3555 100644 --- a/token/cli/src/main.rs +++ b/token/cli/src/main.rs @@ -1234,7 +1234,7 @@ async fn command_transfer( if recipient_is_ata_owner { println_display(config, format!("recipient-is-ata-owner is now the default behavior. The option has been deprecated and will be removed in a future release.")); - } + }; // determine whether recipient is a token account or an expected owner of one let recipient_is_token_account = if !config.sign_only {