style: remove unnecessary else block

merge-requests/551/head^2
Matthias Ahouansou 6 months ago
parent da5975d727
commit 4934020ee7
No known key found for this signature in database

@ -1221,11 +1221,8 @@ impl Service {
&room_id, &room_id,
&state_lock, &state_lock,
)?; )?;
Ok(())
} else {
Ok(())
} }
Ok(())
} }
} }

Loading…
Cancel
Save