Skip to content

Commit 443930d

Browse files
dvdkrukmarc0der
authored andcommitted
Fix formatting
1 parent eadbbe0 commit 443930d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/groovy/sdkman/support/UnixUtils.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class UnixUtils {
77
}
88

99
static asSdkmanPlatform(platform, architecture = null) {
10-
if("aarch64".equals(architecture)) {
10+
if("aarch64" == architecture) {
1111
platform += architecture
1212
}
1313

@@ -27,7 +27,7 @@ class UnixUtils {
2727
break
2828
case "Linuxaarch64":
2929
result = "LinuxARM64"
30-
break;
30+
break
3131
case "FreeBSD":
3232
result = "FreeBSD"
3333
break

0 commit comments

Comments
 (0)