File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugin/src/main/kotlin/spp/jetbrains/sourcemarker/command/util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ object ExpressionUtils {
108108 override fun actionPerformed (e : AnActionEvent ) {
109109 val hasErrors = checkForErrors(psiFile.project, comboBox.editor!! .document)
110110 if (hasErrors) {
111- return // expression has error(s)
111+ return // expression has error(s)
112112 }
113113 nextFocus?.let { IdeFocusManager .getInstance(psiFile.project).requestFocus(it, true ) }
114114 }
@@ -120,7 +120,7 @@ object ExpressionUtils {
120120 override fun actionPerformed (e : AnActionEvent ) {
121121 val hasErrors = checkForErrors(psiFile.project, comboBox.editor!! .document)
122122 if (hasErrors) {
123- return // expression has error(s)
123+ return // expression has error(s)
124124 }
125125 nextFocus?.let { IdeFocusManager .getInstance(psiFile.project).requestFocus(it, true ) }
126126 }
You can’t perform that action at this time.
0 commit comments