Skip to content

Commit 217788b

Browse files
authored
Update jdk12SwitchDemoNew.jsh
1 parent a6314fd commit 217788b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

jdk12SwitchDemoNew.jsh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ public double calculatePowerUsgae(SYSTEM system)
1010
{
1111
case POWER -> 200.0D;
1212
case ACS -> {
13-
//i.e: Sum Power Usage from all Actuators
14-
double yesThisIsReallyLocalScope = 10 + 20 + 30;
15-
break yesThisIsReallyLocalScope;
16-
}
13+
//i.e: Sum Power Usage from all Actuators
14+
double yesThisIsReallyLocalScope = 10 + 20 + 30;
15+
break yesThisIsReallyLocalScope;
16+
}
1717
case THERMAL, COMS -> 110.0D;
1818
};
1919

0 commit comments

Comments
 (0)