Skip to content

Commit

Permalink
refactor: Order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek and TeamModerne committed Sep 16, 2024
1 parent abb0338 commit 337235e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import org.openrewrite.java.JavaIsoVisitor;
import org.openrewrite.java.MethodMatcher;
import org.openrewrite.java.search.UsesType;
import org.openrewrite.java.tree.*;
import org.openrewrite.java.tree.J;

import java.util.Collections;
import java.util.Set;
Expand Down

0 comments on commit 337235e

Please sign in to comment.