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 Mar 14, 2024
1 parent 1d36326 commit 9dfa964
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
package org.openrewrite.kotlin;

import org.junit.jupiter.api.Test;
import org.openrewrite.DocumentExample;
import org.openrewrite.ExecutionContext;
import org.openrewrite.java.tree.J;
import org.openrewrite.marker.SearchResult;
Expand All @@ -24,8 +25,9 @@
import static org.openrewrite.kotlin.Assertions.kotlin;
import static org.openrewrite.test.RewriteTest.toRecipe;

public class KotlinTemplateMatchTest implements RewriteTest {
class KotlinTemplateMatchTest implements RewriteTest {

@DocumentExample
@Test
void matchBinary() {
rewriteRun(
Expand Down

0 comments on commit 9dfa964

Please sign in to comment.