Skip to content

Commit

Permalink
Organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Dec 9, 2024
1 parent 13a7595 commit c06c27f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@

import org.junit.jupiter.api.Test;
import org.openrewrite.DocumentExample;
import static org.openrewrite.java.Assertions.java;
import org.openrewrite.java.JavaParser;
import static org.openrewrite.maven.Assertions.pomXml;
import org.openrewrite.test.RecipeSpec;
import org.openrewrite.test.RewriteTest;

import java.util.regex.Pattern;

import static org.openrewrite.java.Assertions.java;
import static org.openrewrite.maven.Assertions.pomXml;

class SwaggerToOpenAPITest implements RewriteTest {
@Override
public void defaults(RecipeSpec spec) {
Expand Down

0 comments on commit c06c27f

Please sign in to comment.