Fix Markdown in doc comment.
parent
e3cb3566bf
commit
4df0a839aa
|
@ -216,7 +216,7 @@ impl EventBuilder {
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Consumes `ResponseBuilder and returns SyncResponse.
|
/// Consumes `ResponseBuilder` and returns `SyncResponse`.
|
||||||
pub fn build_sync_response(mut self) -> SyncResponse {
|
pub fn build_sync_response(mut self) -> SyncResponse {
|
||||||
let main_room_id = RoomId::try_from("!SVkFJHzfwvuaIEawgC:localhost").unwrap();
|
let main_room_id = RoomId::try_from("!SVkFJHzfwvuaIEawgC:localhost").unwrap();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue