Skip to content

Commit

Permalink
Fix CreatorContext import order
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNesto committed Jul 17, 2024
1 parent 8537ff0 commit a3c37a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/creator/custom/CreatorContext.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ import com.intellij.openapi.application.ModalityState
import com.intellij.openapi.application.asContextElement
import com.intellij.openapi.observable.properties.PropertyGraph
import com.intellij.util.namedChildScope
import kotlin.coroutines.CoroutineContext
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
import kotlin.coroutines.CoroutineContext

data class CreatorContext(
val graph: PropertyGraph,
Expand Down

0 comments on commit a3c37a4

Please sign in to comment.