Skip to content

Commit 111c3d7

Browse files
committed
Fix import order
1 parent cd57fa6 commit 111c3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/creator/custom/CreatorTemplateProcessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ import com.intellij.ui.JBColor
5353
import com.intellij.ui.dsl.builder.Panel
5454
import com.intellij.ui.dsl.builder.panel
5555
import com.intellij.util.application
56-
import kotlinx.coroutines.CoroutineScope
5756
import java.nio.file.Path
5857
import java.util.function.Consumer
5958
import kotlin.collections.mapNotNull
6059
import kotlin.collections.orEmpty
6160
import kotlin.collections.set
6261
import kotlin.io.path.createDirectories
6362
import kotlin.io.path.writeText
63+
import kotlinx.coroutines.CoroutineScope
6464

6565
interface ExternalTemplatePropertyProvider {
6666

0 commit comments

Comments
 (0)