From cd94fb3b4154631335e3afdaaecc1d94e6388bd3 Mon Sep 17 00:00:00 2001 From: Aosen Xiong Date: Wed, 8 May 2024 16:21:54 -0400 Subject: [PATCH] New line at the end --- testinput/typecheck/EnumTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testinput/typecheck/EnumTests.java b/testinput/typecheck/EnumTests.java index 46fd328..5579c6d 100644 --- a/testinput/typecheck/EnumTests.java +++ b/testinput/typecheck/EnumTests.java @@ -24,4 +24,4 @@ private static enum MutableEnum { M1, M2; } -} \ No newline at end of file +}