cargo fmt
Signed-off-by: girlbossceo <june@girlboss.ceo>
This commit is contained in:
parent
3494d7759e
commit
d7061e6984
6 changed files with 31 additions and 22 deletions
|
@ -344,7 +344,8 @@ impl Service {
|
|||
.map(|create_event| create_event.room_version)
|
||||
.ok_or({
|
||||
warn!("Invalid room version for room {room_id}");
|
||||
Error::BadDatabase("Invalid room version")})?;
|
||||
Error::BadDatabase("Invalid room version")
|
||||
})?;
|
||||
Ok(room_version)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue