aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/InputSingleLineLambda.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/InputSingleLineLambda.java')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/InputSingleLineLambda.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/InputSingleLineLambda.java b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/InputSingleLineLambda.java
index be14b6ccd..d3a15d53c 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/InputSingleLineLambda.java
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/InputSingleLineLambda.java
@@ -7,4 +7,4 @@ public class InputSingleLineLambda {
static Runnable r3 = () ->
String.CASE_INSENSITIVE_ORDER.equals("Hello world two!");
static Runnable r4 = () -> {String.CASE_INSENSITIVE_ORDER.equals("Hello world two!");};
-} \ No newline at end of file
+}