Skip to content

Commit 393258e

Browse files
fix blank line
1 parent 0a3d28c commit 393258e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

twilight-model/src/channel/attachment.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
use super::AttachmentFlags;
12
use crate::{
23
id::{marker::AttachmentMarker, Id},
34
util::is_false,
45
};
56
use serde::{Deserialize, Serialize};
67

7-
use super::AttachmentFlags;
8-
98
#[derive(Clone, Debug, Deserialize, PartialEq, Serialize)]
109
pub struct Attachment {
1110
/// Attachment's [media type].

0 commit comments

Comments
 (0)