Skip to content

Commit f6c397c

Browse files
committed
style: detekt
1 parent 1b755b6 commit f6c397c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/src/main/kotlin/spp/jetbrains/sourcemarker/command/util/ExpressionUtils.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)