Skip to content

Commit b604867

Browse files
author
Jia Liu
committed
fix: add missed import
1 parent 97eba22 commit b604867

File tree

1 file changed

+1
-0
lines changed
  • src/233/main/kotlin/cc/unitmesh/devti/vcs

1 file changed

+1
-0
lines changed

src/233/main/kotlin/cc/unitmesh/devti/vcs/VcsUtil.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import com.intellij.openapi.actionSystem.AnActionEvent
44
import com.intellij.openapi.vcs.VcsDataKeys
55
import com.intellij.openapi.vcs.changes.Change
66
import com.intellij.openapi.vcs.changes.CurrentContentRevision
7+
import com.intellij.vcs.commit.CommitWorkflowUi
78

89
object VcsUtil {
910
fun getCommitWorkFlowUi(e: AnActionEvent): CommitWorkflowUi? {

0 commit comments

Comments
 (0)