Skip to content

Commit 63af1a9

Browse files
Update src/main/java/org/openrewrite/java/testing/junit5/UpdateMockWebServerMockResponse.java
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 701dbc6 commit 63af1a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,7 @@ public J.MethodInvocation visitMethodInvocation(J.MethodInvocation method, Execu
214214
transformed = transformed.withPrefix(arg.getPrefix());
215215
}
216216
return transformed;
217-
}
218-
return arg;
219217
}));
220-
}
221218
}.visit(j, ctx);
222219
}
223220
});

0 commit comments

Comments
 (0)