1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-11-16 13:40:50 +01:00

style: remove unnecessary else block

This commit is contained in:
Matthias Ahouansou 2024-03-04 09:32:21 +00:00
parent da5975d727
commit 4934020ee7
No known key found for this signature in database

View file

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