add missing newline in banned room list output
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
69b4ec81b6
commit
71ee31a014
|
@ -547,7 +547,7 @@ async fn list_banned_rooms(&self) -> Result<RoomMessageEventContent> {
|
|||
rooms.reverse();
|
||||
|
||||
let output_plain = format!(
|
||||
"Rooms Banned ({}):\n```\n{}```",
|
||||
"Rooms Banned ({}):\n```\n{}\n```",
|
||||
rooms.len(),
|
||||
rooms
|
||||
.iter()
|
||||
|
|
Loading…
Reference in New Issue