Remove newline

This commit is contained in:
Flori 2023-07-30 20:35:02 +02:00 committed by GitHub
parent 6ec26feffb
commit 18faea5aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)]