aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputDefaultComesLast2.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputDefaultComesLast2.java')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputDefaultComesLast2.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputDefaultComesLast2.java b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputDefaultComesLast2.java
index 4838091a4..228bbeac9 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputDefaultComesLast2.java
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputDefaultComesLast2.java
@@ -13,4 +13,4 @@ public interface InputDefaultComesLast2 {
default String toJson(Object one, Object two) {
return toJson(one, one, two);
}
- } \ No newline at end of file
+ }