From 18faea5aad8e5bf3e1146fc4a1d9b9d1db936eab 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)]