crypto: Fix a lint issue.
parent
e24fb8b471
commit
35247fac2a
|
@ -170,7 +170,7 @@ impl Account {
|
|||
return Err(OlmError::SessionWedged(user_id, sender_key));
|
||||
}
|
||||
}
|
||||
Err(e) => return Err(e.into()),
|
||||
Err(e) => return Err(e),
|
||||
};
|
||||
|
||||
debug!("Decrypted a to-device event {:?}", event);
|
||||
|
|
Loading…
Reference in New Issue