Skip to content

Commit e049a18

Browse files
committed
Fixed checkstyle
1 parent 052741f commit e049a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/javadiscord/javabot/systems/commands/BotInfoCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private MessageEmbed buildBotInfoEmbed(JDA jda, SlashCommandConfig config) {
4747

4848
private String getOs() {
4949
String os = System.getProperty("os.name");
50-
if(os.equals("Linux")) {
50+
if(os.equals("Linux")) {
5151
try {
5252
String[] cmd = {"/bin/sh", "-c", "cat /etc/*-release" };
5353

0 commit comments

Comments
 (0)