From f4c24c6d3fd43cc0aa90445099d78b94552bbd66 Mon Sep 17 00:00:00 2001 From: IUADE0FY Date: Mon, 17 Jun 2024 02:04:57 +0300 Subject: [PATCH] Fix ktlint issue --- .../com/paulrybitskyi/hiltbinder/processor/HiltBinderTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hilt-binder-compiler/src/test/java/com/paulrybitskyi/hiltbinder/processor/HiltBinderTest.kt b/hilt-binder-compiler/src/test/java/com/paulrybitskyi/hiltbinder/processor/HiltBinderTest.kt index 21ed69f..2edcabf 100644 --- a/hilt-binder-compiler/src/test/java/com/paulrybitskyi/hiltbinder/processor/HiltBinderTest.kt +++ b/hilt-binder-compiler/src/test/java/com/paulrybitskyi/hiltbinder/processor/HiltBinderTest.kt @@ -34,8 +34,8 @@ import com.tschuchort.compiletesting.SourceFile.Companion.java import com.tschuchort.compiletesting.SourceFile.Companion.kotlin import com.tschuchort.compiletesting.kspSourcesDir import com.tschuchort.compiletesting.symbolProcessorProviders -import org.jetbrains.kotlin.compiler.plugin.ExperimentalCompilerApi import java.io.File +import org.jetbrains.kotlin.compiler.plugin.ExperimentalCompilerApi import org.junit.Test import org.junit.runner.RunWith