Skip to content

Commit 29a0583

Browse files
committed
detekt
1 parent 7872763 commit 29a0583

File tree

1 file changed

+1
-0
lines changed
  • plugins/amazonq/codewhisperer/jetbrains-community/src-242/software/aws/toolkits/jetbrains/services/codewhisperer/popup

1 file changed

+1
-0
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src-242/software/aws/toolkits/jetbrains/services/codewhisperer/popup/QManualCall.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ fun getManualCallEvent(editor: Editor, isIntelliSenseAccept: Boolean): InlineCom
2020
return InlineCompletionEvent.DirectCall(editor, editor.caretModel.currentCaret, dataContext)
2121
}
2222

23+
@Suppress("FunctionOnlyReturningConstant")
2324
fun InlineCompletionEvent.isDeletion(): Boolean = false

0 commit comments

Comments
 (0)