Skip to content

Commit 2b7633f

Browse files
committed
Remove unnecessary semicolon
1 parent a60afe9 commit 2b7633f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/src/main/java/fj/demo/StateDemo_VendingMachine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
public class StateDemo_VendingMachine {
1414

15-
public enum Input { COIN, TURN };
15+
public enum Input { COIN, TURN }
1616

1717
public static class VendingMachine {
1818

0 commit comments

Comments
 (0)