Skip to content

Commit aae1f47

Browse files
committed
Removing unnecessary autoformat
1 parent 1dc63f6 commit aae1f47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/openrewrite/java/testing/junit5/UpdateTestAnnotation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ public J.MethodDeclaration visitMethodDeclaration(J.MethodDeclaration method, Ex
128128
expression
129129
);
130130
maybeAddImport("org.junit.jupiter.api.Timeout");
131-
method = (J.MethodDeclaration) new AutoFormatVisitor<>().visit(method, executionContext, getCursor().dropParentUntil(it -> it instanceof J));
132131
return method;
133132
}
134133
}

0 commit comments

Comments
 (0)