We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60afe9 commit 2b7633fCopy full SHA for 2b7633f
1 file changed
demo/src/main/java/fj/demo/StateDemo_VendingMachine.java
@@ -12,7 +12,7 @@
12
*/
13
public class StateDemo_VendingMachine {
14
15
- public enum Input { COIN, TURN };
+ public enum Input { COIN, TURN }
16
17
public static class VendingMachine {
18
0 commit comments