mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 15:33:45 -04:00
style(sled): cargo fmt
This commit is contained in:
@@ -328,10 +328,7 @@ impl SledStore {
|
||||
// FUTURE UPGRADE CODE GOES HERE
|
||||
|
||||
// can't upgrade from that version to the new one
|
||||
Err(StoreError::UnsupportedDatabaseVersion(
|
||||
old_version.into(),
|
||||
DATABASE_VERSION.into(),
|
||||
))
|
||||
Err(StoreError::UnsupportedDatabaseVersion(old_version.into(), DATABASE_VERSION.into()))
|
||||
}
|
||||
|
||||
/// Open a `CryptoStore` that uses the same database as this store.
|
||||
|
||||
Reference in New Issue
Block a user