We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6314fd commit 217788bCopy full SHA for 217788b
1 file changed
jdk12SwitchDemoNew.jsh
@@ -10,10 +10,10 @@ public double calculatePowerUsgae(SYSTEM system)
10
{
11
case POWER -> 200.0D;
12
case ACS -> {
13
- //i.e: Sum Power Usage from all Actuators
14
- double yesThisIsReallyLocalScope = 10 + 20 + 30;
15
- break yesThisIsReallyLocalScope;
16
- }
+ //i.e: Sum Power Usage from all Actuators
+ double yesThisIsReallyLocalScope = 10 + 20 + 30;
+ break yesThisIsReallyLocalScope;
+ }
17
case THERMAL, COMS -> 110.0D;
18
};
19
0 commit comments