Skip to content

Commit afbecf0

Browse files
committed
!fixup fmt
1 parent 773e712 commit afbecf0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

bindings/matrix-sdk-ffi/src/room_list.rs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ use std::{fmt::Debug, mem::MaybeUninit, ptr::addr_of_mut, sync::Arc, time::Durat
22

33
use eyeball_im::VectorDiff;
44
use futures_util::{pin_mut, StreamExt, TryFutureExt};
5-
use matrix_sdk::ruma::{
6-
api::client::sync::sync_events::UnreadNotificationsCount as RumaUnreadNotificationsCount,
7-
assign, RoomId,
5+
use matrix_sdk::{
6+
ruma::{
7+
api::client::sync::sync_events::UnreadNotificationsCount as RumaUnreadNotificationsCount,
8+
assign, RoomId,
9+
},
10+
sliding_sync::http,
811
};
9-
use matrix_sdk::sliding_sync::http;
1012
use matrix_sdk_ui::{
1113
room_list_service::filters::{
1214
new_filter_all, new_filter_any, new_filter_category, new_filter_favourite,

0 commit comments

Comments
 (0)