From 955b2340fef0bda8e91606348d5aa0e37a4e0d24 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Mon, 17 Feb 2020 14:36:20 -0500 Subject: [PATCH] Add line breaks! --- youmubot-cf/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/youmubot-cf/src/lib.rs b/youmubot-cf/src/lib.rs index 46c9b03..915f87d 100644 --- a/youmubot-cf/src/lib.rs +++ b/youmubot-cf/src/lib.rs @@ -328,6 +328,7 @@ pub fn contestranks(ctx: &mut Context, m: &Message, mut args: Args) -> CommandRe table.push(format!("{:^4}", "")); } } + table.push_line(""); } let mut m = MessageBuilder::new();