Skip to content

Commit 2f82211

Browse files
DevSerendipityZabuzard
authored andcommitted
Removing the \n at the end of the logger warn
1 parent d3dba40 commit 2f82211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/src/main/java/org/togetherjava/tjbot/commands/tags/TagsCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void onSlashCommand(@NotNull SlashCommandEvent event) {
4949
// TODO Implement the edge case
5050

5151
logger.warn(
52-
"The amount of tags is very high and it might soon exceed the maximum character limit. The code should be adjusted to support this edge case soon.\n");
52+
"The amount of tags is very high and it might soon exceed the maximum character limit. The code should be adjusted to support this edge case soon.");
5353
}
5454
String tagListText = tagSystem.getAllIds()
5555
.stream()

0 commit comments

Comments
 (0)