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 {