Fix formatting

This commit is contained in:
Damiaan van der Kruk
2020-06-28 23:17:38 +10:00
committed by Marco Vermeulen
parent 492a86628b
commit 2bb77ce5ec

View File

@@ -7,7 +7,7 @@ class UnixUtils {
}
static asSdkmanPlatform(platform, architecture = null) {
if("aarch64".equals(architecture)) {
if("aarch64" == architecture) {
platform += architecture
}
@@ -27,7 +27,7 @@ class UnixUtils {
break
case "Linuxaarch64":
result = "LinuxARM64"
break;
break
case "FreeBSD":
result = "FreeBSD"
break