From ab08ce6ff126b5895b1d7f20cf03635498cd4fbc Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Wed, 4 May 2022 16:54:03 +0200 Subject: [PATCH] style(sled): cargo fmt --- crates/matrix-sdk-sled/src/state_store.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.