Fix style issue

This commit is contained in:
Julian Sparber
2022-02-22 15:48:56 +01:00
parent 890a8675c9
commit 70e826ff25

View File

@@ -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},