mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-06 06:53:32 -04:00
Fix style issue
This commit is contained in:
@@ -34,7 +34,7 @@ use tracing::{info, warn};
|
||||
use wasm_bindgen::JsValue;
|
||||
|
||||
use self::store_key::{EncryptedEvent, StoreKey};
|
||||
use super::{store_key, Result, BoxStream, RoomInfo, StateChanges, StateStore, StoreError};
|
||||
use super::{store_key, BoxStream, Result, RoomInfo, StateChanges, StateStore, StoreError};
|
||||
use crate::{
|
||||
deserialized_responses::{MemberEvent, SyncRoomEvent},
|
||||
media::{MediaRequest, UniqueKey},
|
||||
|
||||
Reference in New Issue
Block a user