Skip to content

Commit 7d76826

Browse files
Removed unnecessary newline
1 parent 4023887 commit 7d76826

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/net/javadiscord/javabot/systems/user_preferences/commands/PreferencesSetSubcommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public void execute(@NotNull SlashCommandInteractionEvent event) {
5050
}
5151
}
5252

53-
5453
public Command.Choice toChoice(@NotNull Preference preference) {
5554
return new Command.Choice(preference.toString(), String.valueOf(preference.ordinal()));
5655
}

0 commit comments

Comments
 (0)