diff --git a/src/main/java/org/openrewrite/java/spring/ExpandProperties.java b/src/main/java/org/openrewrite/java/spring/ExpandProperties.java index 915fc7b55..64f09f9f7 100644 --- a/src/main/java/org/openrewrite/java/spring/ExpandProperties.java +++ b/src/main/java/org/openrewrite/java/spring/ExpandProperties.java @@ -158,4 +158,3 @@ public Yaml visitMapping(Yaml.Mapping mapping, ExecutionContext ctx) { } } } - diff --git a/src/main/java/org/openrewrite/java/spring/boot2/GetErrorAttributes.java b/src/main/java/org/openrewrite/java/spring/boot2/GetErrorAttributes.java index 3cc154c0e..382550b1c 100644 --- a/src/main/java/org/openrewrite/java/spring/boot2/GetErrorAttributes.java +++ b/src/main/java/org/openrewrite/java/spring/boot2/GetErrorAttributes.java @@ -113,4 +113,3 @@ public J.MethodInvocation visitMethodInvocation(J.MethodInvocation method, Execu } } } - diff --git a/src/main/java/org/openrewrite/java/spring/boot3/AddSetUseTrailingSlashMatch.java b/src/main/java/org/openrewrite/java/spring/boot3/AddSetUseTrailingSlashMatch.java index d537b160a..cc2f733f5 100644 --- a/src/main/java/org/openrewrite/java/spring/boot3/AddSetUseTrailingSlashMatch.java +++ b/src/main/java/org/openrewrite/java/spring/boot3/AddSetUseTrailingSlashMatch.java @@ -213,4 +213,4 @@ public J.MethodInvocation visitMethodInvocation(J.MethodInvocation method, Atomi return super.visitMethodInvocation(method, found); } } -} \ No newline at end of file +}