mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 15:33:45 -04:00
style(indexeddb): cargo fmt
Signed-off-by: Michael Goldenberg <m@mgoldenberg.net>
This commit is contained in:
committed by
Ivan Enderlin
parent
f661b82f18
commit
8fd122c431
@@ -19,11 +19,13 @@ use indexed_db_futures::IdbQuerySource;
|
||||
use wasm_bindgen::JsValue;
|
||||
use web_sys::{DomException, IdbTransactionMode};
|
||||
|
||||
use crate::crypto_store::{
|
||||
keys,
|
||||
migrations::{do_schema_upgrade, old_keys, MigrationDb},
|
||||
use crate::{
|
||||
crypto_store::{
|
||||
keys,
|
||||
migrations::{do_schema_upgrade, old_keys, MigrationDb},
|
||||
},
|
||||
serializer::IndexeddbSerializer,
|
||||
};
|
||||
use crate::serializer::IndexeddbSerializer;
|
||||
|
||||
/// Migrate data from `backup_keys.backup_key_v1` to
|
||||
/// `backup_keys.backup_version_v1`.
|
||||
|
||||
@@ -47,8 +47,10 @@ use tracing::{debug, warn};
|
||||
use wasm_bindgen::JsValue;
|
||||
use web_sys::IdbKeyRange;
|
||||
|
||||
use crate::crypto_store::migrations::open_and_upgrade_db;
|
||||
use crate::serializer::{IndexeddbSerializer, IndexeddbSerializerError, MaybeEncrypted};
|
||||
use crate::{
|
||||
crypto_store::migrations::open_and_upgrade_db,
|
||||
serializer::{IndexeddbSerializer, IndexeddbSerializerError, MaybeEncrypted},
|
||||
};
|
||||
|
||||
mod migrations;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user