matrix-sdk: Remove an useless into().
This commit is contained in:
parent
6db7eb0694
commit
150862ec0c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ impl Device {
|
|||
&self,
|
||||
trust_state: TrustState,
|
||||
) -> StdResult<(), CryptoStoreError> {
|
||||
self.inner.set_trust_state(trust_state).await.into()
|
||||
self.inner.set_trust_state(trust_state).await
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue