diff --git a/crates/matrix-sdk-sled/src/state_store.rs b/crates/matrix-sdk-sled/src/state_store.rs index 371a557f2..6bd6a4a8a 100644 --- a/crates/matrix-sdk-sled/src/state_store.rs +++ b/crates/matrix-sdk-sled/src/state_store.rs @@ -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.