Remove newline

This commit is contained in:
Flori 2023-07-30 20:35:02 +02:00 committed by GitHub
parent 92bc958cf1
commit 2249ae65d7
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ pub struct Reaction {
pub burst_me: bool,
pub burst_colors: Vec<String>,
pub emoji: Emoji,
}
#[derive(Debug, PartialEq, Clone, Copy, Serialize, Deserialize)]