From 2249ae65d74089c4e19b2e4e3d545cd70bf93f60 Mon Sep 17 00:00:00 2001 From: Flori <39242991+bitfl0wer@users.noreply.github.com> Date: Sun, 30 Jul 2023 20:35:02 +0200 Subject: [PATCH] Remove newline --- src/types/entities/message.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/entities/message.rs b/src/types/entities/message.rs index 4327ec3..41d24b6 100644 --- a/src/types/entities/message.rs +++ b/src/types/entities/message.rs @@ -186,7 +186,6 @@ pub struct Reaction { pub burst_me: bool, pub burst_colors: Vec, pub emoji: Emoji, - } #[derive(Debug, PartialEq, Clone, Copy, Serialize, Deserialize)]