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:
parent
da5975d727
commit
4934020ee7
1 changed files with 1 additions and 4 deletions
|
@ -1221,11 +1221,8 @@ impl Service {
|
|||
&room_id,
|
||||
&state_lock,
|
||||
)?;
|
||||
|
||||
Ok(())
|
||||
} else {
|
||||
Ok(())
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue