Skip to content

Commit

Permalink
Fix formatting imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickmartensnl committed Aug 3, 2024
1 parent 09fbe18 commit 644fd0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions twilight-model/src/channel/message/component/button.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
use crate::channel::message::EmojiReactionType;
use crate::id::marker::SkuMarker;
use crate::id::Id;
use crate::{channel::message::EmojiReactionType, id::{Id, marker::SkuMarker}};
use serde::{Deserialize, Serialize};

/// Clickable [`Component`] below messages.
Expand Down
4 changes: 1 addition & 3 deletions twilight-model/src/channel/message/component/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ pub use self::{
};

use super::EmojiReactionType;
use crate::channel::ChannelType;
use crate::id::marker::SkuMarker;
use crate::id::Id;
use crate::{channel::ChannelType, id::{Id, marker::SkuMarker}};
use serde::{
de::{Deserializer, Error as DeError, IgnoredAny, MapAccess, Visitor},
ser::{Error as SerError, SerializeStruct},
Expand Down

0 comments on commit 644fd0d

Please sign in to comment.