style(sled): cargo fmt

This commit is contained in:
Benjamin Kampmann
2022-05-04 16:54:03 +02:00
parent ae3cd70904
commit ab08ce6ff1

View File

@@ -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.