Skip to content
Snippets Groups Projects
Commit 71ee31a0 authored by 🥺's avatar 🥺 :transgender_flag:
Browse files

add missing newline in banned room list output

parent 69b4ec81
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment