Skip to content

Commit b29f2fd

Browse files
add missing whitespaces
Co-authored-by: Dynxsty <jasonlessenich@gmail.com>
1 parent 062bf47 commit b29f2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/javadiscord/javabot/systems/qotw/commands/view/QOTWListAnswersSubcommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void execute(SlashCommandInteractionEvent event) {
3535
return;
3636
}
3737
OptionMapping questionNumOption = event.getOption("question");
38-
if (questionNumOption==null) {
38+
if (questionNumOption == null) {
3939
Responses.replyMissingArguments(event);
4040
return;
4141
}

0 commit comments

Comments
 (0)