add missing newline in banned room list output

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-07-30 17:49:26 -04:00
parent 69b4ec81b6
commit 71ee31a014
1 changed files with 1 additions and 1 deletions

View File

@ -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()