Skip to content

Commit 52af4c0

Browse files
committed
fix whitespace in SubmissionManager.java
1 parent 4a99850 commit 52af4c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/javadiscord/javabot/systems/qotw/submissions/SubmissionManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public List<QOTWSubmission> getActiveSubmissionThreads(long guildId) {
153153
.setTitle(String.format("Question of the Week #%s", question.getQuestionNumber()))
154154
.setDescription(String.format("""
155155
%s
156-
156+
157157
Hey, %s! Please submit your answer into this private thread.
158158
The %s will review your submission once a new question appears.""",
159159
question.getText(), createdBy.getAsMention(), config.getQOTWReviewRole().getAsMention()))
@@ -162,7 +162,7 @@ public List<QOTWSubmission> getActiveSubmissionThreads(long guildId) {
162162
To maximize your chances of getting this week's QOTW Point make sure to:
163163
— Provide a **Code example** (if possible)
164164
— Try to answer the question as detailed as possible.
165-
165+
166166
Staff usually won't reply in here.""", false)
167167
.setTimestamp(Instant.now())
168168
.build();

0 commit comments

Comments
 (0)