Skip to content

Commit

Permalink
refactor: OpenRewrite best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek and TeamModerne committed Nov 14, 2024
1 parent a04dd14 commit 89968a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import org.openrewrite.Preconditions;
import org.openrewrite.Recipe;
import org.openrewrite.TreeVisitor;
import org.openrewrite.internal.ListUtils;
import org.openrewrite.java.JavaIsoVisitor;
import org.openrewrite.java.JavaParser;
import org.openrewrite.java.JavaTemplate;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,5 +319,5 @@ void test(%2$s x, %2$s y, Object value) {
template.formatted(imprt, argumentsType, dedicatedAssertion)));
}
}

}

0 comments on commit 89968a5

Please sign in to comment.