Skip to content

Commit 2cbb357

Browse files
committed
refactor: hopefully fix another lint error
1 parent dbb4d50 commit 2cbb357

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk-indexeddb/src/state_store

1 file changed

+1
-1
lines changed

crates/matrix-sdk-indexeddb/src/state_store/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@ impl_state_store!({
20142014
}
20152015

20162016
#[allow(clippy::unused_async)]
2017-
async fn optimize(&self) -> Result<(), StoreError> {
2017+
async fn optimize(&self) -> Result<()> {
20182018
Ok(())
20192019
}
20202020
});

0 commit comments

Comments
 (0)