aboutsummaryrefslogtreecommitdiff
path: root/test/pretty/resource/after/Interfaces.java
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2015-07-27 23:25:37 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2015-11-16 22:18:29 +0100
commit9cfac4131ff33b247652ed3622491cbf8bf76721 (patch)
treec1f31d3577a308ea7b76bc847c73b2c40fc11333 /test/pretty/resource/after/Interfaces.java
parentff4f995507d23c1c9172de2f5fffaf0bfb6cf1ec (diff)
downloadlombok-9cfac4131ff33b247652ed3622491cbf8bf76721.tar.gz
lombok-9cfac4131ff33b247652ed3622491cbf8bf76721.tar.bz2
lombok-9cfac4131ff33b247652ed3622491cbf8bf76721.zip
The bulk of the effort for a new pretty printer.
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();