Skip to content

Commit

Permalink
!fixup fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jul 11, 2024
1 parent 773e712 commit 6181db3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 6 additions & 4 deletions bindings/matrix-sdk-ffi/src/room_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ use std::{fmt::Debug, mem::MaybeUninit, ptr::addr_of_mut, sync::Arc, time::Durat

use eyeball_im::VectorDiff;
use futures_util::{pin_mut, StreamExt, TryFutureExt};
use matrix_sdk::ruma::{
api::client::sync::sync_events::UnreadNotificationsCount as RumaUnreadNotificationsCount,
assign, RoomId,
use matrix_sdk::{
ruma::{
api::client::sync::sync_events::UnreadNotificationsCount as RumaUnreadNotificationsCount,
assign, RoomId,
},
sliding_sync::http,
};
use matrix_sdk::sliding_sync::http;
use matrix_sdk_ui::{
room_list_service::filters::{
new_filter_all, new_filter_any, new_filter_category, new_filter_favourite,
Expand Down
1 change: 0 additions & 1 deletion crates/matrix-sdk/src/sliding_sync/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use std::{

use matrix_sdk_base::sliding_sync::http;
use matrix_sdk_common::{ring_buffer::RingBuffer, timer};

use ruma::OwnedRoomId;
use tokio::sync::{broadcast::channel, Mutex as AsyncMutex, RwLock as AsyncRwLock};
use url::Url;
Expand Down
1 change: 0 additions & 1 deletion crates/matrix-sdk/src/sliding_sync/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,6 @@ mod tests {
api::client::error::ErrorKind, assign, owned_room_id, room_id, serde::Raw, uint,
DeviceKeyAlgorithm, OwnedRoomId, TransactionId,
};

use serde::Deserialize;
use serde_json::json;
use url::Url;
Expand Down

0 comments on commit 6181db3

Please sign in to comment.