aboutsummaryrefslogtreecommitdiff
path: root/test/pretty/resource/after/Interfaces.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/pretty/resource/after/Interfaces.java')
-rw-r--r--test/pretty/resource/after/Interfaces.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/pretty/resource/after/Interfaces.java b/test/pretty/resource/after/Interfaces.java
index 6c0a6770..f7f386c0 100644
--- a/test/pretty/resource/after/Interfaces.java
+++ b/test/pretty/resource/after/Interfaces.java
@@ -1,10 +1,7 @@
@SuppressWarnings("all")
interface Interfaces {
enum Ranks {
- CLUBS,
- HEARTS,
- DIAMONDS,
- SPADES;
+ CLUBS, HEARTS, DIAMONDS, SPADES;
}
int x = 10;
void y();