Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jevanlingen committed Nov 9, 2024
1 parent 7d5b9dc commit 7170a29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,3 @@ interface Dependency {
);
}
}


Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void defaults(RecipeSpec spec) {

@Test
@DocumentExample
public void shouldRemoveEasyMockSupportParentClass() {
void shouldRemoveEasyMockSupportParentClass() {
rewriteRun(
//language=java
java(
Expand Down

0 comments on commit 7170a29

Please sign in to comment.