Skip to content

Commit

Permalink
add missing \n
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmakila committed Jan 6, 2025
1 parent f80722a commit 3e16076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private void sendAll() {

String webhookContent = String.join("\n", messages);
if (this.messageStyle == MessageStyle.CODE_BLOCK) {
webhookContent = "```ansi\n" + webhookContent + "```";
webhookContent = "```ansi\n" + webhookContent + "\n```";
}

// Construct webhook
Expand Down

0 comments on commit 3e16076

Please sign in to comment.