src: matrix: Remove useless return statement

This commit is contained in:
2026-09-14 16:05:03 +00:00
parent 856ac37e45
commit e28e963927
-1
View File
@@ -160,7 +160,6 @@ pub async fn login_and_sync(
Ok(_) => return Ok(()),
Err(e) => {
error!("Sync error: {e:?}");
()
}
},
recv = rx.recv() => match recv {