Skip to content

Commit 6363d2c

Browse files
committed
use spaces in text block for solution id to make checkstyle happy
1 parent 646b192 commit 6363d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/discordjug/javabot/systems/help/AnswerOverflowService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public void markAnswer(long postId, long messageId) {
3939
.header("Content-Type", "application/json")
4040
.POST(BodyPublishers.ofString("""
4141
{
42-
"solutionId": "%d"
42+
"solutionId": "%d"
4343
}
4444
""".formatted(messageId)))
4545
.build(),

0 commit comments

Comments
 (0)