Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNesto committed Aug 10, 2024
1 parent cd57fa6 commit 111c3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/creator/custom/CreatorTemplateProcessor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ import com.intellij.ui.JBColor
import com.intellij.ui.dsl.builder.Panel
import com.intellij.ui.dsl.builder.panel
import com.intellij.util.application
import kotlinx.coroutines.CoroutineScope
import java.nio.file.Path
import java.util.function.Consumer
import kotlin.collections.mapNotNull
import kotlin.collections.orEmpty
import kotlin.collections.set
import kotlin.io.path.createDirectories
import kotlin.io.path.writeText
import kotlinx.coroutines.CoroutineScope

interface ExternalTemplatePropertyProvider {

Expand Down

0 comments on commit 111c3d7

Please sign in to comment.