Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Oct 7, 2024
1 parent b9a8e0f commit 7c158df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/SkyHanniInstallerFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ public File getFile(String userHome, String minecraftPath) {
}

public OperatingSystem getOperatingSystem() {

String osName = System.getProperty("os.name").toLowerCase(Locale.US);
if (osName.contains("win")) {
return OperatingSystem.WINDOWS;
Expand Down

0 comments on commit 7c158df

Please sign in to comment.