fix clippy

This commit is contained in:
mpostma
2021-03-24 11:50:52 +01:00
parent 83ffdc888a
commit d892a2643e
2 changed files with 3 additions and 3 deletions

View File

@ -323,7 +323,7 @@ impl<S: IndexStore + Sync + Send> IndexActor<S> {
})
.await
.map_err(|e| IndexError::Error(e.into()))?
.map_err(|e| IndexError::Error(e.into()))?;
.map_err(IndexError::Error)?;
}
Ok(())