Skip to content

Commit a04ad58

Browse files
committed
grpc: Undo autoformat of generated test files
Signed-off-by: Johannes Zottele <[email protected]>
1 parent 0ea6ce7 commit a04ad58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/compiler-plugin-tests/src/test-gen/kotlinx/rpc/codegen/test/runners/BoxTestGenerated.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
package kotlinx.rpc.codegen.test.runners;
88

99
import com.intellij.testFramework.TestDataPath;
10+
import org.jetbrains.kotlin.test.util.KtTestUtil;
1011
import org.jetbrains.kotlin.test.TargetBackend;
1112
import org.jetbrains.kotlin.test.TestMetadata;
12-
import org.jetbrains.kotlin.test.util.KtTestUtil;
1313
import org.junit.jupiter.api.Test;
1414

1515
import java.io.File;

tests/compiler-plugin-tests/src/test-gen/kotlinx/rpc/codegen/test/runners/DiagnosticTestGenerated.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
package kotlinx.rpc.codegen.test.runners;
88

99
import com.intellij.testFramework.TestDataPath;
10+
import org.jetbrains.kotlin.test.util.KtTestUtil;
1011
import org.jetbrains.kotlin.test.TargetBackend;
1112
import org.jetbrains.kotlin.test.TestMetadata;
12-
import org.jetbrains.kotlin.test.util.KtTestUtil;
1313
import org.junit.jupiter.api.Test;
1414

1515
import java.io.File;

0 commit comments

Comments
 (0)