From d52a34d10a75cba7c5e7d4638412b564f157b462 Mon Sep 17 00:00:00 2001 From: StNicolay Date: Sat, 12 Aug 2023 13:08:02 +0300 Subject: [PATCH] Split up TEXT constant into 2 lines --- src/callbacks/delete.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/callbacks/delete.rs b/src/callbacks/delete.rs index aaa1ec9..c09c3e8 100644 --- a/src/callbacks/delete.rs +++ b/src/callbacks/delete.rs @@ -55,8 +55,8 @@ pub async fn delete( }; let response = async { - const TEXT: &str = - "Send master password. Once you send the master password the account is unrecoverable"; + const TEXT: &str = "Send master password. \ + Once you send the master password the account is unrecoverable"; if is_command { ids.alter_message(&bot, TEXT, None, None).await?