Skip to content

Commit a226950

Browse files
committed
Fixup.
1 parent 2184487 commit a226950

File tree

1 file changed

+1
-0
lines changed
  • durian-swt.os/src/main/java/com/diffplug/common/swt/os

1 file changed

+1
-0
lines changed

durian-swt.os/src/main/java/com/diffplug/common/swt/os/OS.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ private static OS calculateRunning() {
165165
if (runningOs == null) {
166166
throw new IllegalArgumentException("Unsupported OS/Arch combo: " + runningOs + " " + runningArch);
167167
}
168+
return runningOs;
168169
}
169170

170171
/** Returns the arch of the currently running JVM. */

0 commit comments

Comments
 (0)