From 5d0879045d92c00b90c89feb1a2d22b45ece7c66 Mon Sep 17 00:00:00 2001 From: Priyanshu Verma Date: Sat, 27 Jan 2024 22:48:27 +0530 Subject: [PATCH] [chore] fmt --- bot/src/commands/exam.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/bot/src/commands/exam.rs b/bot/src/commands/exam.rs index 0c5c520..07bcded 100644 --- a/bot/src/commands/exam.rs +++ b/bot/src/commands/exam.rs @@ -23,7 +23,6 @@ pub async fn datesheet(ctx: Context<'_>) -> CommandResult { let (title, datesheet) = client.get_exam_schedule().await?; if !datesheet.is_empty() { - let mut message = format!("**{}**```", title); // let mut message = String::new;