src: matrix: Remove useless return statement
This commit is contained in:
@@ -160,7 +160,6 @@ pub async fn login_and_sync(
|
||||
Ok(_) => return Ok(()),
|
||||
Err(e) => {
|
||||
error!("Sync error: {e:?}");
|
||||
()
|
||||
}
|
||||
},
|
||||
recv = rx.recv() => match recv {
|
||||
|
||||
Reference in New Issue
Block a user