Skip to content

Commit 24c7f2c

Browse files
committed
fix: reorder imports
1 parent 16cb265 commit 24c7f2c

File tree

1 file changed

+5
-5
lines changed
  • crates/matrix-sdk/src/room

1 file changed

+5
-5
lines changed

crates/matrix-sdk/src/room/mod.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ use matrix_sdk_common::timeout::timeout;
2727
use mime::Mime;
2828
#[cfg(feature = "e2e-encryption")]
2929
use ruma::events::{
30-
room::encrypted::OriginalSyncRoomEncryptedEvent,
31-
AnySyncMessageLikeEvent, AnySyncTimelineEvent, SyncMessageLikeEvent,
30+
room::encrypted::OriginalSyncRoomEncryptedEvent, AnySyncMessageLikeEvent, AnySyncTimelineEvent,
31+
SyncMessageLikeEvent,
3232
};
3333
use ruma::{
3434
api::client::{
@@ -74,9 +74,9 @@ use ruma::{
7474
typing::SyncTypingEvent,
7575
AnyRoomAccountDataEvent, AnyRoomAccountDataEventContent, AnyTimelineEvent, EmptyStateKey,
7676
Mentions, MessageLikeEventContent, MessageLikeEventType, OriginalSyncStateEvent,
77-
RedactContent, RedactedStateEventContent, RoomAccountDataEvent, RoomAccountDataEventContent,
78-
RoomAccountDataEventType, StateEventContent, StateEventType, StaticEventContent,
79-
StaticStateEventContent, SyncStateEvent,
77+
RedactContent, RedactedStateEventContent, RoomAccountDataEvent,
78+
RoomAccountDataEventContent, RoomAccountDataEventType, StateEventContent, StateEventType,
79+
StaticEventContent, StaticStateEventContent, SyncStateEvent,
8080
},
8181
push::{Action, PushConditionRoomCtx},
8282
serde::Raw,

0 commit comments

Comments
 (0)