aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/WitherAccessLevel.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/transform/resource/after-delombok/WitherAccessLevel.java')
-rw-r--r--test/transform/resource/after-delombok/WitherAccessLevel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/transform/resource/after-delombok/WitherAccessLevel.java b/test/transform/resource/after-delombok/WitherAccessLevel.java
index 963f6972..c687d645 100644
--- a/test/transform/resource/after-delombok/WitherAccessLevel.java
+++ b/test/transform/resource/after-delombok/WitherAccessLevel.java
@@ -27,4 +27,4 @@ class WitherAccessLevel {
public WitherAccessLevel withValue(final boolean value) {
return this.value == value ? this : new WitherAccessLevel(this.isNone, this.isPrivate, this.isPackage, this.isProtected, this.isPublic, value);
}
-} \ No newline at end of file
+}